Color Hex Logo

#cea1cc Color Hex

#CEA1CC
(206,161,204)
0 Favorites   0 Comments

Color spaces of #cea1cc

RGB 206161204
HSL0.840.310.72
HSV303°22°81°
CMYK 0.000.220.01   0.19
XYZ49.097642.971262.8333
Yxy42.97120.31700.2774
Hunter Lab65.552418.9766-10.9439
CIE-Lab71.535423.8765-15.5867

#cea1cc color RGB value is (206,161,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 11001100
Octal 316 241 314
Decimal 206 161 204
Hex CE A1 CC

RGB Percentages of Color #cea1cc

%36.08
%28.20
%35.73

CMYK Percentages of Color #cea1cc

%0
%22
%1
%19

Triadic Colors of #cea1cc

#cea1cc #cccea1 #a1ccce

Analogous Colors of #cea1cc

#cea1cc #cea1b6 #baa1ce

Monochromatic Colors of #cea1cc

#cea1cc

Complementary Color

#cea1cc #a1cea3

#cea1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea1cc Color CSS Codes

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

#cea1cc Text Font Color

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

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


#cea1cc Background Color

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

This div background color is #cea1cc


#cea1cc Border Color

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

This div border color is #cea1cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,161,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 #cea1cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea1cc


Comments

No comments written yet.

Please login to write comment.