Color Hex Logo

#cea8dc Color Hex

#CEA8DC
(206,168,220)
0 Favorites   0 Comments

Color spaces of #cea8dc

RGB 206168220
HSL0.790.430.76
HSV284°24°86°
CMYK 0.060.240.00   0.14
XYZ52.374546.294473.8854
Yxy46.29440.30350.2683
Hunter Lab68.040018.3323-16.7557
CIE-Lab73.736223.1244-21.0328

#cea8dc color RGB value is (206,168,220).

#cea8dc hex color red value is 206, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cea8dc hue: 0.79 , saturation: 0.43 and the lightness value of cea8dc is 0.76.

The process color (four color CMYK) of #cea8dc color hex is 0.06, 0.24, 0.00, 0.14. Web safe color of #cea8dc is #cc99cc. Color #cea8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 11011100
Octal 316 250 334
Decimal 206 168 220
Hex CE A8 DC

RGB Percentages of Color #cea8dc

%34.68
%28.28
%37.04

CMYK Percentages of Color #cea8dc

%6
%24
%0
%14

Triadic Colors of #cea8dc

#cea8dc #dccea8 #a8dcce

Analogous Colors of #cea8dc

#cea8dc #dca8d0 #b4a8dc

Monochromatic Colors of #cea8dc

#cea8dc

Complementary Color

#cea8dc #b6dca8

#cea8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea8dc Color CSS Codes

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

#cea8dc Text Font Color

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

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


#cea8dc Background Color

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

This div background color is #cea8dc


#cea8dc Border Color

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

This div border color is #cea8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea8dc


Comments

No comments written yet.

Please login to write comment.