Color Hex Logo

#cd126e Color Hex

#CD126E
(205,18,110)
0 Favorites   0 Comments

Color spaces of #cd126e

RGB 20518110
HSL0.920.840.44
HSV330°91°80°
CMYK 0.000.910.46   0.20
XYZ28.207614.537516.0712
Yxy14.53750.47960.2472
Hunter Lab38.128165.33231.6986
CIE-Lab44.994170.6072-0.5339

#cd126e color RGB value is (205,18,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 01101110
Octal 315 22 156
Decimal 205 18 110
Hex CD 12 6E

RGB Percentages of Color #cd126e

%61.56
%5.41
%33.03

CMYK Percentages of Color #cd126e

%0
%91
%46
%20

Triadic Colors of #cd126e

#cd126e #6ecd12 #126ecd

Analogous Colors of #cd126e

#cd126e #cd1412 #cd12cc

Monochromatic Colors of #cd126e

#cd126e

Complementary Color

#cd126e #12cd71

#cd126e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd126e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd126e Color CSS Codes

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

#cd126e Text Font Color

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

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


#cd126e Background Color

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

This div background color is #cd126e


#cd126e Border Color

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

This div border color is #cd126e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd126e


Comments

No comments written yet.

Please login to write comment.