Color Hex Logo

#cd427a Color Hex

#CD427A
(205,66,122)
0 Favorites   0 Comments

Color spaces of #cd427a

RGB 20566122
HSL0.930.580.53
HSV336°68°80°
CMYK 0.000.680.40   0.20
XYZ30.637918.280720.3261
Yxy18.28070.44250.2640
Hunter Lab42.755953.08601.7428
CIE-Lab49.834859.0577-0.7957

#cd427a color RGB value is (205,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01111010
Octal 315 102 172
Decimal 205 66 122
Hex CD 42 7A

RGB Percentages of Color #cd427a

%52.16
%16.79
%31.04

CMYK Percentages of Color #cd427a

%0
%68
%40
%20

Triadic Colors of #cd427a

#cd427a #7acd42 #427acd

Analogous Colors of #cd427a

#cd427a #cd5042 #cd42c0

Monochromatic Colors of #cd427a

#cd427a

Complementary Color

#cd427a #42cd95

#cd427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd427a Color CSS Codes

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

#cd427a Text Font Color

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

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


#cd427a Background Color

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

This div background color is #cd427a


#cd427a Border Color

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

This div border color is #cd427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd427a


Comments

No comments written yet.

Please login to write comment.