Color Hex Logo

#cd136e Color Hex

#CD136E
(205,19,110)
0 Favorites   0 Comments

Color spaces of #cd136e

RGB 20519110
HSL0.920.830.44
HSV331°91°80°
CMYK 0.000.910.46   0.20
XYZ28.224214.570716.0767
Yxy14.57070.47940.2475
Hunter Lab38.171665.18321.7490
CIE-Lab45.040570.4726-0.4660

#cd136e color RGB value is (205,19,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 01101110
Octal 315 23 156
Decimal 205 19 110
Hex CD 13 6E

RGB Percentages of Color #cd136e

%61.38
%5.69
%32.93

CMYK Percentages of Color #cd136e

%0
%91
%46
%20

Triadic Colors of #cd136e

#cd136e #6ecd13 #136ecd

Analogous Colors of #cd136e

#cd136e #cd1513 #cd13cb

Monochromatic Colors of #cd136e

#cd136e

Complementary Color

#cd136e #13cd72

#cd136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd136e Color CSS Codes

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

#cd136e Text Font Color

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

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


#cd136e Background Color

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

This div background color is #cd136e


#cd136e Border Color

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

This div border color is #cd136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd136e


Comments

No comments written yet.

Please login to write comment.