Color Hex Logo

#cc8ebc Color Hex

#CC8EBC
(204,142,188)
0 Favorites   0 Comments

Color spaces of #cc8ebc

RGB 204142188
HSL0.880.380.68
HSV315°30°80°
CMYK 0.000.300.08   0.20
XYZ43.651935.814252.1891
Yxy35.81420.33160.2720
Hunter Lab59.845025.4721-9.8137
CIE-Lab66.377730.6905-14.4895

#cc8ebc color RGB value is (204,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 10111100
Octal 314 216 274
Decimal 204 142 188
Hex CC 8E BC

RGB Percentages of Color #cc8ebc

%38.20
%26.59
%35.21

CMYK Percentages of Color #cc8ebc

%0
%30
%8
%20

Triadic Colors of #cc8ebc

#cc8ebc #bccc8e #8ebccc

Analogous Colors of #cc8ebc

#cc8ebc #cc8e9d #bd8ecc

Monochromatic Colors of #cc8ebc

#cc8ebc

Complementary Color

#cc8ebc #8ecc9e

#cc8ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ebc Color CSS Codes

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

#cc8ebc Text Font Color

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

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


#cc8ebc Background Color

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

This div background color is #cc8ebc


#cc8ebc Border Color

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

This div border color is #cc8ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ebc


Comments

No comments written yet.

Please login to write comment.