Color Hex Logo

#ce9bdb Color Hex

#CE9BDB
(206,155,219)
0 Favorites   0 Comments

Color spaces of #ce9bdb

RGB 206155219
HSL0.800.470.73
HSV288°29°86°
CMYK 0.060.290.00   0.14
XYZ49.961141.679072.4294
Yxy41.67900.30450.2540
Hunter Lab64.559325.1588-21.3263
CIE-Lab70.649030.0354-25.1933

#ce9bdb color RGB value is (206,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11011011
Octal 316 233 333
Decimal 206 155 219
Hex CE 9B DB

RGB Percentages of Color #ce9bdb

%35.52
%26.72
%37.76

CMYK Percentages of Color #ce9bdb

%6
%29
%0
%14

Triadic Colors of #ce9bdb

#ce9bdb #dbce9b #9bdbce

Analogous Colors of #ce9bdb

#ce9bdb #db9bc8 #ae9bdb

Monochromatic Colors of #ce9bdb

#ce9bdb

Complementary Color

#ce9bdb #a8db9b

#ce9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bdb Color CSS Codes

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

#ce9bdb Text Font Color

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

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


#ce9bdb Background Color

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

This div background color is #ce9bdb


#ce9bdb Border Color

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

This div border color is #ce9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bdb

#ce9bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.