Color Hex Logo

#c416bd Color Hex

#C416BD
(196,22,189)
0 Favorites   0 Comments

Color spaces of #c416bd

RGB 19622189
HSL0.840.800.43
HSV302°89°77°
CMYK 0.000.890.04   0.23
XYZ32.237215.983749.5302
Yxy15.98370.32980.1635
Hunter Lab39.979673.9675-45.4678
CIE-Lab46.953177.3432-45.2756

#c416bd color RGB value is (196,22,189).

#c416bd hex color red value is 196, green value is 22 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c416bd hue: 0.84 , saturation: 0.80 and the lightness value of c416bd is 0.43.

The process color (four color CMYK) of #c416bd color hex is 0.00, 0.89, 0.04, 0.23. Web safe color of #c416bd is #cc00cc. Color #c416bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 10111101
Octal 304 26 275
Decimal 196 22 189
Hex C4 16 BD

RGB Percentages of Color #c416bd

%48.16
%5.41
%46.44

CMYK Percentages of Color #c416bd

%0
%89
%4
%23

Triadic Colors of #c416bd

#c416bd #bdc416 #16bdc4

Analogous Colors of #c416bd

#c416bd #c41666 #7416c4

Monochromatic Colors of #c416bd

#c416bd

Complementary Color

#c416bd #16c41d

#c416bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c416bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c416bd Color CSS Codes

.mybgcolor {background-color:#c416bd; } 
.myforecolor {color:#c416bd; }
.mybordercolor {border:3px solid #c416bd; }

#c416bd Text Font Color

<p style="color:#c416bd">Text here</p>

This sample text font color is #c416bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c416bd Background Color

<div style="background-color:#c416bd">
Div content here</div>

This div background color is #c416bd


#c416bd Border Color

<div style="border:3px solid #c416bd">
Div here</div>

This div border color is #c416bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,22,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c416bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c416bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c416bd;
  box-shadow:         1px 1px 3px 2px #c416bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,22,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c416bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c416bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c416bd;
  box-shadow:         1px 1px 3px 2px #c416bd;">
Div content here</div>

This div box has shadow with color #c416bd


Comments

No comments written yet.

Please login to write comment.