Color Hex Logo

#cea3ed Color Hex

#CEA3ED
(206,163,237)
0 Favorites   0 Comments

Color spaces of #cea3ed

RGB 206163237
HSL0.760.670.78
HSV275°31°93°
CMYK 0.130.310.00   0.07
XYZ53.836945.430686.0522
Yxy45.43060.29050.2451
Hunter Lab67.402224.6213-28.5138
CIE-Lab73.174529.3255-31.1623

#cea3ed color RGB value is (206,163,237).

#cea3ed hex color red value is 206, green value is 163 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cea3ed hue: 0.76 , saturation: 0.67 and the lightness value of cea3ed is 0.78.

The process color (four color CMYK) of #cea3ed color hex is 0.13, 0.31, 0.00, 0.07. Web safe color of #cea3ed is #cc99ff. Color #cea3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 11101101
Octal 316 243 355
Decimal 206 163 237
Hex CE A3 ED

RGB Percentages of Color #cea3ed

%33.99
%26.90
%39.11

CMYK Percentages of Color #cea3ed

%13
%31
%0
%7

Triadic Colors of #cea3ed

#cea3ed #edcea3 #a3edce

Analogous Colors of #cea3ed

#cea3ed #eda3e7 #a9a3ed

Monochromatic Colors of #cea3ed

#cea3ed

Complementary Color

#cea3ed #c2eda3

#cea3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea3ed Color CSS Codes

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

#cea3ed Text Font Color

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

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


#cea3ed Background Color

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

This div background color is #cea3ed


#cea3ed Border Color

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

This div border color is #cea3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea3ed


Comments

No comments written yet.

Please login to write comment.