Color Hex Logo

#cd076d Color Hex

#CD076D
(205,7,109)
0 Favorites   0 Comments

Color spaces of #cd076d

RGB 2057109
HSL0.910.930.42
HSV329°97°80°
CMYK 0.000.970.47   0.20
XYZ28.013114.235215.7392
Yxy14.23520.48310.2455
Hunter Lab37.729666.50431.6774
CIE-Lab44.568471.6740-0.5351

#cd076d color RGB value is (205,7,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000111 01101101
Octal 315 7 155
Decimal 205 7 109
Hex CD 7 6D

RGB Percentages of Color #cd076d

%63.86
%2.18
%33.96

CMYK Percentages of Color #cd076d

%0
%97
%47
%20

Triadic Colors of #cd076d

#cd076d #6dcd07 #076dcd

Analogous Colors of #cd076d

#cd076d #cd070a #ca07cd

Monochromatic Colors of #cd076d

#cd076d

Complementary Color

#cd076d #07cd67

#cd076d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd076d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd076d Color CSS Codes

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

#cd076d Text Font Color

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

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


#cd076d Background Color

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

This div background color is #cd076d


#cd076d Border Color

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

This div border color is #cd076d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd076d


Comments

No comments written yet.

Please login to write comment.