Color Hex Logo

#cd077d Color Hex

#CD077D
(205,7,125)
0 Favorites   0 Comments

Color spaces of #cd077d

RGB 2057125
HSL0.900.930.42
HSV324°97°80°
CMYK 0.000.970.39   0.20
XYZ28.954514.611820.6963
Yxy14.61180.45060.2274
Hunter Lab38.225468.3136-5.3435
CIE-Lab45.097873.0781-9.6526

#cd077d color RGB value is (205,7,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000111 01111101
Octal 315 7 175
Decimal 205 7 125
Hex CD 7 7D

RGB Percentages of Color #cd077d

%60.83
%2.08
%37.09

CMYK Percentages of Color #cd077d

%0
%97
%39
%20

Triadic Colors of #cd077d

#cd077d #7dcd07 #077dcd

Analogous Colors of #cd077d

#cd077d #cd071a #ba07cd

Monochromatic Colors of #cd077d

#cd077d

Complementary Color

#cd077d #07cd57

#cd077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd077d Color CSS Codes

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

#cd077d Text Font Color

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

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


#cd077d Background Color

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

This div background color is #cd077d


#cd077d Border Color

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

This div border color is #cd077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd077d


Comments

No comments written yet.

Please login to write comment.