Color Hex Logo

#ce9dea Color Hex

#CE9DEA
(206,157,234)
0 Favorites   0 Comments

Color spaces of #ce9dea

RGB 206157234
HSL0.770.650.77
HSV278°33°92°
CMYK 0.120.330.00   0.08
XYZ52.361943.176383.4160
Yxy43.17630.29260.2413
Hunter Lab65.708727.2528-29.2715
CIE-Lab71.674531.9781-31.8408

#ce9dea color RGB value is (206,157,234).

#ce9dea hex color red value is 206, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce9dea hue: 0.77 , saturation: 0.65 and the lightness value of ce9dea is 0.77.

The process color (four color CMYK) of #ce9dea color hex is 0.12, 0.33, 0.00, 0.08. Web safe color of #ce9dea is #cc99ff. Color #ce9dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011101 11101010
Octal 316 235 352
Decimal 206 157 234
Hex CE 9D EA

RGB Percentages of Color #ce9dea

%34.51
%26.30
%39.20

CMYK Percentages of Color #ce9dea

%12
%33
%0
%8

Triadic Colors of #ce9dea

#ce9dea #eace9d #9deace

Analogous Colors of #ce9dea

#ce9dea #ea9de0 #a89dea

Monochromatic Colors of #ce9dea

#ce9dea

Complementary Color

#ce9dea #b9ea9d

#ce9dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9dea Color CSS Codes

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

#ce9dea Text Font Color

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

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


#ce9dea Background Color

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

This div background color is #ce9dea


#ce9dea Border Color

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

This div border color is #ce9dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9dea


Comments

No comments written yet.

Please login to write comment.