Color Hex Logo

#cd426b Color Hex

#CD426B
(205,66,107)
0 Favorites   0 Comments

Color spaces of #cd426b

RGB 20566107
HSL0.950.580.53
HSV342°68°80°
CMYK 0.000.680.48   0.20
XYZ29.778917.937115.8026
Yxy17.93710.46880.2824
Hunter Lab42.352251.39147.5241
CIE-Lab49.419757.61257.6886

#cd426b color RGB value is (205,66,107).

#cd426b hex color red value is 205, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cd426b hue: 0.95 , saturation: 0.58 and the lightness value of cd426b is 0.53.

The process color (four color CMYK) of #cd426b color hex is 0.00, 0.68, 0.48, 0.20. Web safe color of #cd426b is #cc3366. Color #cd426b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01101011
Octal 315 102 153
Decimal 205 66 107
Hex CD 42 6B

RGB Percentages of Color #cd426b

%54.23
%17.46
%28.31

CMYK Percentages of Color #cd426b

%0
%68
%48
%20

Triadic Colors of #cd426b

#cd426b #6bcd42 #426bcd

Analogous Colors of #cd426b

#cd426b #cd5f42 #cd42b1

Monochromatic Colors of #cd426b

#cd426b

Complementary Color

#cd426b #42cda4

#cd426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd426b Color CSS Codes

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

#cd426b Text Font Color

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

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


#cd426b Background Color

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

This div background color is #cd426b


#cd426b Border Color

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

This div border color is #cd426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd426b


Comments

No comments written yet.

Please login to write comment.