Color Hex Logo

#cc8ebd Color Hex

#CC8EBD
(204,142,189)
0 Favorites   0 Comments

Color spaces of #cc8ebd

RGB 204142189
HSL0.870.380.68
HSV315°30°80°
CMYK 0.000.300.07   0.20
XYZ43.760135.857552.7589
Yxy35.85750.33060.2709
Hunter Lab59.881125.6527-10.3213
CIE-Lab66.410930.8659-14.9998

#cc8ebd color RGB value is (204,142,189).

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

The process color (four color CMYK) of #cc8ebd color hex is 0.00, 0.30, 0.07, 0.20. Web safe color of #cc8ebd is #cc99cc. Color #cc8ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 10111101
Octal 314 216 275
Decimal 204 142 189
Hex CC 8E BD

RGB Percentages of Color #cc8ebd

%38.13
%26.54
%35.33

CMYK Percentages of Color #cc8ebd

%0
%30
%7
%20

Triadic Colors of #cc8ebd

#cc8ebd #bdcc8e #8ebdcc

Analogous Colors of #cc8ebd

#cc8ebd #cc8e9e #bc8ecc

Monochromatic Colors of #cc8ebd

#cc8ebd

Complementary Color

#cc8ebd #8ecc9d

#cc8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ebd Color CSS Codes

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

#cc8ebd Text Font Color

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

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


#cc8ebd Background Color

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

This div background color is #cc8ebd


#cc8ebd Border Color

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

This div border color is #cc8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ebd


Comments

No comments written yet.

Please login to write comment.