Color Hex Logo

#cd137e Color Hex

#CD137E
(205,19,126)
0 Favorites   0 Comments

Color spaces of #cd137e

RGB 20519126
HSL0.900.830.44
HSV325°91°80°
CMYK 0.000.910.39   0.20
XYZ29.175614.951221.0868
Yxy14.95120.44740.2293
Hunter Lab38.666867.0184-5.2669
CIE-Lab45.567371.9089-9.5620

#cd137e color RGB value is (205,19,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 01111110
Octal 315 23 176
Decimal 205 19 126
Hex CD 13 7E

RGB Percentages of Color #cd137e

%58.57
%5.43
%36.00

CMYK Percentages of Color #cd137e

%0
%91
%39
%20

Triadic Colors of #cd137e

#cd137e #7ecd13 #137ecd

Analogous Colors of #cd137e

#cd137e #cd1321 #bf13cd

Monochromatic Colors of #cd137e

#cd137e

Complementary Color

#cd137e #13cd62

#cd137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd137e Color CSS Codes

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

#cd137e Text Font Color

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

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


#cd137e Background Color

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

This div background color is #cd137e


#cd137e Border Color

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

This div border color is #cd137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd137e


Comments

No comments written yet.

Please login to write comment.