Color Hex Logo

#cd126b Color Hex

#CD126B
(205,18,107)
0 Favorites   0 Comments

Color spaces of #cd126b

RGB 20518107
HSL0.920.840.44
HSV331°91°80°
CMYK 0.000.910.48   0.20
XYZ28.047014.473315.2253
Yxy14.47330.48570.2506
Hunter Lab38.043865.01882.9025
CIE-Lab44.904270.36061.1990

#cd126b color RGB value is (205,18,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 01101011
Octal 315 22 153
Decimal 205 18 107
Hex CD 12 6B

RGB Percentages of Color #cd126b

%62.12
%5.45
%32.42

CMYK Percentages of Color #cd126b

%0
%91
%48
%20

Triadic Colors of #cd126b

#cd126b #6bcd12 #126bcd

Analogous Colors of #cd126b

#cd126b #cd1712 #cd12c9

Monochromatic Colors of #cd126b

#cd126b

Complementary Color

#cd126b #12cd74

#cd126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd126b Color CSS Codes

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

#cd126b Text Font Color

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

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


#cd126b Background Color

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

This div background color is #cd126b


#cd126b Border Color

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

This div border color is #cd126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd126b


Comments

No comments written yet.

Please login to write comment.