Color Hex Logo

#ce9bdc Color Hex

#CE9BDC
(206,155,220)
0 Favorites   0 Comments

Color spaces of #ce9bdc

RGB 206155220
HSL0.800.480.74
HSV287°30°86°
CMYK 0.060.300.00   0.14
XYZ50.093241.731873.1250
Yxy41.73180.30370.2530
Hunter Lab64.600225.3648-21.8940
CIE-Lab70.685630.2330-25.6874

#ce9bdc color RGB value is (206,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11011100
Octal 316 233 334
Decimal 206 155 220
Hex CE 9B DC

RGB Percentages of Color #ce9bdc

%35.46
%26.68
%37.87

CMYK Percentages of Color #ce9bdc

%6
%30
%0
%14

Triadic Colors of #ce9bdc

#ce9bdc #dcce9b #9bdcce

Analogous Colors of #ce9bdc

#ce9bdc #dc9bca #ae9bdc

Monochromatic Colors of #ce9bdc

#ce9bdc

Complementary Color

#ce9bdc #a9dc9b

#ce9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bdc Color CSS Codes

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

#ce9bdc Text Font Color

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

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


#ce9bdc Background Color

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

This div background color is #ce9bdc


#ce9bdc Border Color

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

This div border color is #ce9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bdc


Comments

No comments written yet.

Please login to write comment.