Color Hex Logo

#ce9bdf Color Hex

#CE9BDF
(206,155,223)
0 Favorites   0 Comments

Color spaces of #ce9bdf

RGB 206155223
HSL0.790.520.74
HSV285°30°87°
CMYK 0.080.300.00   0.13
XYZ50.494241.892275.2367
Yxy41.89220.30120.2499
Hunter Lab64.724225.9884-23.6130
CIE-Lab70.796530.8298-27.1661

#ce9bdf color RGB value is (206,155,223).

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

The process color (four color CMYK) of #ce9bdf color hex is 0.08, 0.30, 0.00, 0.13. Web safe color of #ce9bdf is #cc99cc. Color #ce9bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11011111
Octal 316 233 337
Decimal 206 155 223
Hex CE 9B DF

RGB Percentages of Color #ce9bdf

%35.27
%26.54
%38.18

CMYK Percentages of Color #ce9bdf

%8
%30
%0
%13

Triadic Colors of #ce9bdf

#ce9bdf #dfce9b #9bdfce

Analogous Colors of #ce9bdf

#ce9bdf #df9bce #ac9bdf

Monochromatic Colors of #ce9bdf

#ce9bdf

Complementary Color

#ce9bdf #acdf9b

#ce9bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bdf Color CSS Codes

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

#ce9bdf Text Font Color

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

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


#ce9bdf Background Color

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

This div background color is #ce9bdf


#ce9bdf Border Color

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

This div border color is #ce9bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bdf


Comments

No comments written yet.

Please login to write comment.