Color Hex Logo

#cd196f Color Hex

#CD196F
(205,25,111)
0 Favorites   0 Comments

Color spaces of #cd196f

RGB 20525111
HSL0.920.780.45
HSV331°88°80°
CMYK 0.000.880.46   0.20
XYZ28.393714.822116.4034
Yxy14.82210.47630.2486
Hunter Lab38.499564.27121.6881
CIE-Lab45.389669.6345-0.5754

#cd196f color RGB value is (205,25,111).

#cd196f hex color red value is 205, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cd196f hue: 0.92 , saturation: 0.78 and the lightness value of cd196f is 0.45.

The process color (four color CMYK) of #cd196f color hex is 0.00, 0.88, 0.46, 0.20. Web safe color of #cd196f is #cc0066. Color #cd196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011001 01101111
Octal 315 31 157
Decimal 205 25 111
Hex CD 19 6F

RGB Percentages of Color #cd196f

%60.12
%7.33
%32.55

CMYK Percentages of Color #cd196f

%0
%88
%46
%20

Triadic Colors of #cd196f

#cd196f #6fcd19 #196fcd

Analogous Colors of #cd196f

#cd196f #cd1d19 #cd19c9

Monochromatic Colors of #cd196f

#cd196f

Complementary Color

#cd196f #19cd77

#cd196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd196f Color CSS Codes

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

#cd196f Text Font Color

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

This sample text font color is #cd196f
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.


#cd196f Background Color

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

This div background color is #cd196f


#cd196f Border Color

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

This div border color is #cd196f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,25,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd196f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd196f;
  -webkit-box-shadow: 1px 1px 3px 2px #cd196f;
  box-shadow:         1px 1px 3px 2px #cd196f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,25,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd196f


Comments

No comments written yet.

Please login to write comment.