Color Hex Logo

#cea6de Color Hex

#CEA6DE
(206,166,222)
0 Favorites   0 Comments

Color spaces of #cea6de

RGB 206166222
HSL0.790.460.76
HSV283°25°87°
CMYK 0.070.250.00   0.13
XYZ52.274645.668275.1669
Yxy45.66820.30200.2638
Hunter Lab67.578319.8153-18.6432
CIE-Lab73.329724.6155-22.7439

#cea6de color RGB value is (206,166,222).

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

The process color (four color CMYK) of #cea6de color hex is 0.07, 0.25, 0.00, 0.13. Web safe color of #cea6de is #cc99cc. Color #cea6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 11011110
Octal 316 246 336
Decimal 206 166 222
Hex CE A6 DE

RGB Percentages of Color #cea6de

%34.68
%27.95
%37.37

CMYK Percentages of Color #cea6de

%7
%25
%0
%13

Triadic Colors of #cea6de

#cea6de #decea6 #a6dece

Analogous Colors of #cea6de

#cea6de #dea6d2 #b2a6de

Monochromatic Colors of #cea6de

#cea6de

Complementary Color

#cea6de #b6dea6

#cea6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea6de Color CSS Codes

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

#cea6de Text Font Color

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

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


#cea6de Background Color

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

This div background color is #cea6de


#cea6de Border Color

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

This div border color is #cea6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea6de


Comments

No comments written yet.

Please login to write comment.