Color Hex Logo

#cd429a Color Hex

#CD429A
(205,66,154)
0 Favorites   0 Comments

Color spaces of #cd429a

RGB 20566154
HSL0.890.580.53
HSV322°68°80°
CMYK 0.000.680.25   0.20
XYZ32.957819.208732.5424
Yxy19.20870.38910.2268
Hunter Lab43.827757.5308-13.3438
CIE-Lab50.930562.7783-18.3216

#cd429a color RGB value is (205,66,154).

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

The process color (four color CMYK) of #cd429a color hex is 0.00, 0.68, 0.25, 0.20. Web safe color of #cd429a is #cc3399. Color #cd429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 10011010
Octal 315 102 232
Decimal 205 66 154
Hex CD 42 9A

RGB Percentages of Color #cd429a

%48.24
%15.53
%36.24

CMYK Percentages of Color #cd429a

%0
%68
%25
%20

Triadic Colors of #cd429a

#cd429a #9acd42 #429acd

Analogous Colors of #cd429a

#cd429a #cd4255 #bb42cd

Monochromatic Colors of #cd429a

#cd429a

Complementary Color

#cd429a #42cd75

#cd429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd429a Color CSS Codes

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

#cd429a Text Font Color

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

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


#cd429a Background Color

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

This div background color is #cd429a


#cd429a Border Color

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

This div border color is #cd429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd429a


Comments

No comments written yet.

Please login to write comment.