Color Hex Logo

#cd027f Color Hex

#CD027F
(205,2,127)
0 Favorites   0 Comments

Color spaces of #cd027f

RGB 2052127
HSL0.900.980.41
HSV323°99°80°
CMYK 0.000.990.38   0.20
XYZ29.029314.554921.3580
Yxy14.55490.44700.2241
Hunter Lab38.150969.0580-6.4867
CIE-Lab45.018473.7099-11.0022

#cd027f color RGB value is (205,2,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000010 01111111
Octal 315 2 177
Decimal 205 2 127
Hex CD 2 7F

RGB Percentages of Color #cd027f

%61.38
%0.60
%38.02

CMYK Percentages of Color #cd027f

%0
%99
%38
%20

Triadic Colors of #cd027f

#cd027f #7fcd02 #027fcd

Analogous Colors of #cd027f

#cd027f #cd021a #b602cd

Monochromatic Colors of #cd027f

#cd027f

Complementary Color

#cd027f #02cd50

#cd027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd027f Color CSS Codes

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

#cd027f Text Font Color

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

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


#cd027f Background Color

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

This div background color is #cd027f


#cd027f Border Color

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

This div border color is #cd027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd027f


Comments

No comments written yet.

Please login to write comment.