Color Hex Logo

#cc8eaf Color Hex

#CC8EAF
(204,142,175)
0 Favorites   0 Comments

Color spaces of #cc8eaf

RGB 204142175
HSL0.910.380.68
HSV328°30°80°
CMYK 0.000.300.14   0.20
XYZ42.312735.278545.1368
Yxy35.27850.34480.2875
Hunter Lab59.395723.2185-3.4795
CIE-Lab65.964928.4838-7.8072

#cc8eaf color RGB value is (204,142,175).

#cc8eaf hex color red value is 204, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc8eaf hue: 0.91 , saturation: 0.38 and the lightness value of cc8eaf is 0.68.

The process color (four color CMYK) of #cc8eaf color hex is 0.00, 0.30, 0.14, 0.20. Web safe color of #cc8eaf is #cc9999. Color #cc8eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 10101111
Octal 314 216 257
Decimal 204 142 175
Hex CC 8E AF

RGB Percentages of Color #cc8eaf

%39.16
%27.26
%33.59

CMYK Percentages of Color #cc8eaf

%0
%30
%14
%20

Triadic Colors of #cc8eaf

#cc8eaf #afcc8e #8eafcc

Analogous Colors of #cc8eaf

#cc8eaf #cc8e90 #ca8ecc

Monochromatic Colors of #cc8eaf

#cc8eaf

Complementary Color

#cc8eaf #8eccab

#cc8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8eaf Color CSS Codes

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

#cc8eaf Text Font Color

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

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


#cc8eaf Background Color

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

This div background color is #cc8eaf


#cc8eaf Border Color

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

This div border color is #cc8eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8eaf


Comments

No comments written yet.

Please login to write comment.