Color Hex Logo

#cd076e Color Hex

#CD076E
(205,7,110)
0 Favorites   0 Comments

Color spaces of #cd076e

RGB 2057110
HSL0.910.930.42
HSV329°97°80°
CMYK 0.000.970.46   0.20
XYZ28.067314.256916.0244
Yxy14.25690.48100.2443
Hunter Lab37.758366.60931.2685
CIE-Lab44.599171.7559-1.1123

#cd076e color RGB value is (205,7,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000111 01101110
Octal 315 7 156
Decimal 205 7 110
Hex CD 7 6E

RGB Percentages of Color #cd076e

%63.66
%2.17
%34.16

CMYK Percentages of Color #cd076e

%0
%97
%46
%20

Triadic Colors of #cd076e

#cd076e #6ecd07 #076ecd

Analogous Colors of #cd076e

#cd076e #cd070b #c907cd

Monochromatic Colors of #cd076e

#cd076e

Complementary Color

#cd076e #07cd66

#cd076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd076e Color CSS Codes

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

#cd076e Text Font Color

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

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


#cd076e Background Color

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

This div background color is #cd076e


#cd076e Border Color

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

This div border color is #cd076e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd076e


Comments

No comments written yet.

Please login to write comment.