Color Hex Logo

#cc7ead Color Hex

#CC7EAD
(204,126,173)
0 Favorites   0 Comments

Color spaces of #cc7ead

RGB 204126173
HSL0.900.430.65
HSV324°38°80°
CMYK 0.000.380.15   0.20
XYZ39.905530.776243.3723
Yxy30.77620.34990.2698
Hunter Lab55.476331.3160-7.5205
CIE-Lab62.318336.8204-12.1255

#cc7ead color RGB value is (204,126,173).

#cc7ead hex color red value is 204, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc7ead hue: 0.90 , saturation: 0.43 and the lightness value of cc7ead is 0.65.

The process color (four color CMYK) of #cc7ead color hex is 0.00, 0.38, 0.15, 0.20. Web safe color of #cc7ead is #cc6699. Color #cc7ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111110 10101101
Octal 314 176 255
Decimal 204 126 173
Hex CC 7E AD

RGB Percentages of Color #cc7ead

%40.56
%25.05
%34.39

CMYK Percentages of Color #cc7ead

%0
%38
%15
%20

Triadic Colors of #cc7ead

#cc7ead #adcc7e #7eadcc

Analogous Colors of #cc7ead

#cc7ead #cc7e86 #c47ecc

Monochromatic Colors of #cc7ead

#cc7ead

Complementary Color

#cc7ead #7ecc9d

#cc7ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7ead Color CSS Codes

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

#cc7ead Text Font Color

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

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


#cc7ead Background Color

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

This div background color is #cc7ead


#cc7ead Border Color

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

This div border color is #cc7ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,126,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc7ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc7ead;
  -webkit-box-shadow: 1px 1px 3px 2px #cc7ead;
  box-shadow:         1px 1px 3px 2px #cc7ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7ead


Comments

No comments written yet.

Please login to write comment.