Color Hex Logo

#cd136f Color Hex

#CD136F
(205,19,111)
0 Favorites   0 Comments

Color spaces of #cd136f

RGB 20519111
HSL0.920.830.44
HSV330°91°80°
CMYK 0.000.910.46   0.20
XYZ28.279014.592616.3651
Yxy14.59260.47740.2463
Hunter Lab38.200365.29001.3402
CIE-Lab45.071170.5566-1.0417

#cd136f color RGB value is (205,19,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 01101111
Octal 315 23 157
Decimal 205 19 111
Hex CD 13 6F

RGB Percentages of Color #cd136f

%61.19
%5.67
%33.13

CMYK Percentages of Color #cd136f

%0
%91
%46
%20

Triadic Colors of #cd136f

#cd136f #6fcd13 #136fcd

Analogous Colors of #cd136f

#cd136f #cd1413 #cd13cc

Monochromatic Colors of #cd136f

#cd136f

Complementary Color

#cd136f #13cd71

#cd136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd136f Color CSS Codes

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

#cd136f Text Font Color

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

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


#cd136f Background Color

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

This div background color is #cd136f


#cd136f Border Color

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

This div border color is #cd136f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,19,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 #cd136f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd136f


Comments

No comments written yet.

Please login to write comment.