Color Hex Logo

#cd077f Color Hex

#CD077F
(205,7,127)
0 Favorites   0 Comments

Color spaces of #cd077f

RGB 2057127
HSL0.900.930.42
HSV324°97°80°
CMYK 0.000.970.38   0.20
XYZ29.083614.663421.3761
Yxy14.66340.44660.2252
Hunter Lab38.292868.5593-6.2923
CIE-Lab45.169773.2678-10.7743

#cd077f color RGB value is (205,7,127).

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

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

Base Numbers

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

RGB Percentages of Color #cd077f

%60.47
%2.06
%37.46

CMYK Percentages of Color #cd077f

%0
%97
%38
%20

Triadic Colors of #cd077f

#cd077f #7fcd07 #077fcd

Analogous Colors of #cd077f

#cd077f #cd071c #b807cd

Monochromatic Colors of #cd077f

#cd077f

Complementary Color

#cd077f #07cd55

#cd077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd077f Color CSS Codes

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

#cd077f Text Font Color

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

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


#cd077f Background Color

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

This div background color is #cd077f


#cd077f Border Color

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

This div border color is #cd077f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd077f


Comments

No comments written yet.

Please login to write comment.