Color Hex Logo

#cd027c Color Hex

#CD027C
(205,2,124)
0 Favorites   0 Comments

Color spaces of #cd027c

RGB 2052124
HSL0.900.980.41
HSV324°99°80°
CMYK 0.000.990.40   0.20
XYZ28.836614.477820.3434
Yxy14.47780.45300.2274
Hunter Lab38.049768.6922-5.0648
CIE-Lab44.910573.4284-9.3183

#cd027c color RGB value is (205,2,124).

#cd027c hex color red value is 205, green value is 2 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cd027c hue: 0.90 , saturation: 0.98 and the lightness value of cd027c is 0.41.

The process color (four color CMYK) of #cd027c color hex is 0.00, 0.99, 0.40, 0.20. Web safe color of #cd027c is #cc0066. Color #cd027c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000010 01111100
Octal 315 2 174
Decimal 205 2 124
Hex CD 2 7C

RGB Percentages of Color #cd027c

%61.93
%0.60
%37.46

CMYK Percentages of Color #cd027c

%0
%99
%40
%20

Triadic Colors of #cd027c

#cd027c #7ccd02 #027ccd

Analogous Colors of #cd027c

#cd027c #cd0217 #b902cd

Monochromatic Colors of #cd027c

#cd027c

Complementary Color

#cd027c #02cd53

#cd027c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd027c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd027c Color CSS Codes

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

#cd027c Text Font Color

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

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


#cd027c Background Color

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

This div background color is #cd027c


#cd027c Border Color

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

This div border color is #cd027c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd027c


Comments

No comments written yet.

Please login to write comment.