Color Hex Logo

#ce9edc Color Hex

#CE9EDC
(206,158,220)
0 Favorites   0 Comments

Color spaces of #ce9edc

RGB 206158220
HSL0.800.470.74
HSV286°28°86°
CMYK 0.060.280.00   0.14
XYZ50.598742.742873.2935
Yxy42.74280.30360.2565
Hunter Lab65.378023.7370-20.7038
CIE-Lab71.380128.5938-24.6245

#ce9edc color RGB value is (206,158,220).

#ce9edc hex color red value is 206, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce9edc hue: 0.80 , saturation: 0.47 and the lightness value of ce9edc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011110 11011100
Octal 316 236 334
Decimal 206 158 220
Hex CE 9E DC

RGB Percentages of Color #ce9edc

%35.27
%27.05
%37.67

CMYK Percentages of Color #ce9edc

%6
%28
%0
%14

Triadic Colors of #ce9edc

#ce9edc #dcce9e #9edcce

Analogous Colors of #ce9edc

#ce9edc #dc9ecb #af9edc

Monochromatic Colors of #ce9edc

#ce9edc

Complementary Color

#ce9edc #acdc9e

#ce9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9edc Color CSS Codes

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

#ce9edc Text Font Color

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

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


#ce9edc Background Color

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

This div background color is #ce9edc


#ce9edc Border Color

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

This div border color is #ce9edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9edc


Comments

No comments written yet.

Please login to write comment.