Color Hex Logo

#ce9dfb Color Hex

#CE9DFB
(206,157,251)
0 Favorites   0 Comments

Color spaces of #ce9dfb

RGB 206157251
HSL0.750.920.80
HSV271°37°98°
CMYK 0.180.370.00   0.02
XYZ54.923244.200896.9036
Yxy44.20080.28020.2255
Hunter Lab66.483731.1152-39.8798
CIE-Lab72.362535.5895-40.0294

#ce9dfb color RGB value is (206,157,251).

#ce9dfb hex color red value is 206, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ce9dfb hue: 0.75 , saturation: 0.92 and the lightness value of ce9dfb is 0.80.

The process color (four color CMYK) of #ce9dfb color hex is 0.18, 0.37, 0.00, 0.02. Web safe color of #ce9dfb is #cc99ff. Color #ce9dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011101 11111011
Octal 316 235 373
Decimal 206 157 251
Hex CE 9D FB

RGB Percentages of Color #ce9dfb

%33.55
%25.57
%40.88

CMYK Percentages of Color #ce9dfb

%18
%37
%0
%2

Triadic Colors of #ce9dfb

#ce9dfb #fbce9d #9dfbce

Analogous Colors of #ce9dfb

#ce9dfb #fb9df9 #9f9dfb

Monochromatic Colors of #ce9dfb

#ce9dfb

Complementary Color

#ce9dfb #cafb9d

#ce9dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9dfb Color CSS Codes

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

#ce9dfb Text Font Color

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

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


#ce9dfb Background Color

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

This div background color is #ce9dfb


#ce9dfb Border Color

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

This div border color is #ce9dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9dfb


Comments

No comments written yet.

Please login to write comment.