Color Hex Logo

#cd126a Color Hex

#CD126A
(205,18,106)
0 Favorites   0 Comments

Color spaces of #cd126a

RGB 20518106
HSL0.920.840.44
HSV332°91°80°
CMYK 0.000.910.48   0.20
XYZ27.994714.452414.9498
Yxy14.45240.48770.2518
Hunter Lab38.016364.91643.2958
CIE-Lab44.874970.28001.7783

#cd126a color RGB value is (205,18,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 01101010
Octal 315 22 152
Decimal 205 18 106
Hex CD 12 6A

RGB Percentages of Color #cd126a

%62.31
%5.47
%32.22

CMYK Percentages of Color #cd126a

%0
%91
%48
%20

Triadic Colors of #cd126a

#cd126a #6acd12 #126acd

Analogous Colors of #cd126a

#cd126a #cd1812 #cd12c8

Monochromatic Colors of #cd126a

#cd126a

Complementary Color

#cd126a #12cd75

#cd126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd126a Color CSS Codes

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

#cd126a Text Font Color

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

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


#cd126a Background Color

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

This div background color is #cd126a


#cd126a Border Color

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

This div border color is #cd126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd126a


Comments

No comments written yet.

Please login to write comment.