Color Hex Logo

#ce9ffb Color Hex

#CE9FFB
(206,159,251)
0 Favorites   0 Comments

Color spaces of #ce9ffb

RGB 206159251
HSL0.750.920.80
HSV271°37°98°
CMYK 0.180.370.00   0.02
XYZ55.264344.883197.0173
Yxy44.88310.28030.2276
Hunter Lab66.994930.0043-38.9633
CIE-Lab72.814934.5001-39.3247

#ce9ffb color RGB value is (206,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011111 11111011
Octal 316 237 373
Decimal 206 159 251
Hex CE 9F FB

RGB Percentages of Color #ce9ffb

%33.44
%25.81
%40.75

CMYK Percentages of Color #ce9ffb

%18
%37
%0
%2

Triadic Colors of #ce9ffb

#ce9ffb #fbce9f #9ffbce

Analogous Colors of #ce9ffb

#ce9ffb #fb9ffa #a09ffb

Monochromatic Colors of #ce9ffb

#ce9ffb

Complementary Color

#ce9ffb #ccfb9f

#ce9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9ffb Color CSS Codes

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

#ce9ffb Text Font Color

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

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


#ce9ffb Background Color

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

This div background color is #ce9ffb


#ce9ffb Border Color

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

This div border color is #ce9ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9ffb


Comments

No comments written yet.

Please login to write comment.