Color Hex Logo

#ce9eed Color Hex

#CE9EED
(206,158,237)
0 Favorites   0 Comments

Color spaces of #ce9eed

RGB 206158237
HSL0.770.690.77
HSV276°33°93°
CMYK 0.130.330.00   0.07
XYZ52.966543.690085.7621
Yxy43.69000.29040.2395
Hunter Lab66.098427.3648-30.6594
CIE-Lab72.020832.0568-32.9435

#ce9eed color RGB value is (206,158,237).

#ce9eed hex color red value is 206, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce9eed hue: 0.77 , saturation: 0.69 and the lightness value of ce9eed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011110 11101101
Octal 316 236 355
Decimal 206 158 237
Hex CE 9E ED

RGB Percentages of Color #ce9eed

%34.28
%26.29
%39.43

CMYK Percentages of Color #ce9eed

%13
%33
%0
%7

Triadic Colors of #ce9eed

#ce9eed #edce9e #9eedce

Analogous Colors of #ce9eed

#ce9eed #ed9ee5 #a79eed

Monochromatic Colors of #ce9eed

#ce9eed

Complementary Color

#ce9eed #bded9e

#ce9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9eed Color CSS Codes

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

#ce9eed Text Font Color

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

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


#ce9eed Background Color

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

This div background color is #ce9eed


#ce9eed Border Color

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

This div border color is #ce9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9eed


Comments

No comments written yet.

Please login to write comment.