Color Hex Logo

#cea8cc Color Hex

#CEA8CC
(206,168,204)
0 Favorites   0 Comments

Color spaces of #cea8cc

RGB 206168204
HSL0.840.280.73
HSV303°18°81°
CMYK 0.000.180.01   0.19
XYZ50.355345.486763.2525
Yxy45.48670.31650.2859
Hunter Lab67.443815.2460-8.3947
CIE-Lab73.211220.0500-13.0669

#cea8cc color RGB value is (206,168,204).

#cea8cc hex color red value is 206, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cea8cc hue: 0.84 , saturation: 0.28 and the lightness value of cea8cc is 0.73.

The process color (four color CMYK) of #cea8cc color hex is 0.00, 0.18, 0.01, 0.19. Web safe color of #cea8cc is #cc99cc. Color #cea8cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 11001100
Octal 316 250 314
Decimal 206 168 204
Hex CE A8 CC

RGB Percentages of Color #cea8cc

%35.64
%29.07
%35.29

CMYK Percentages of Color #cea8cc

%0
%18
%1
%19

Triadic Colors of #cea8cc

#cea8cc #cccea8 #a8ccce

Analogous Colors of #cea8cc

#cea8cc #cea8b9 #bda8ce

Monochromatic Colors of #cea8cc

#cea8cc

Complementary Color

#cea8cc #a8ceaa

#cea8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea8cc Color CSS Codes

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

#cea8cc Text Font Color

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

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


#cea8cc Background Color

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

This div background color is #cea8cc


#cea8cc Border Color

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

This div border color is #cea8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea8cc


Comments

No comments written yet.

Please login to write comment.