Color Hex Logo

#ce9cfb Color Hex

#CE9CFB
(206,156,251)
0 Favorites   0 Comments

Color spaces of #ce9cfb

RGB 206156251
HSL0.750.920.80
HSV272°38°98°
CMYK 0.180.380.00   0.02
XYZ54.754743.863896.8475
Yxy43.86380.28010.2244
Hunter Lab66.229831.6708-40.3387
CIE-Lab72.137436.1336-40.3804

#ce9cfb color RGB value is (206,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11111011
Octal 316 234 373
Decimal 206 156 251
Hex CE 9C FB

RGB Percentages of Color #ce9cfb

%33.61
%25.45
%40.95

CMYK Percentages of Color #ce9cfb

%18
%38
%0
%2

Triadic Colors of #ce9cfb

#ce9cfb #fbce9c #9cfbce

Analogous Colors of #ce9cfb

#ce9cfb #fb9cf9 #9f9cfb

Monochromatic Colors of #ce9cfb

#ce9cfb

Complementary Color

#ce9cfb #c9fb9c

#ce9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cfb Color CSS Codes

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

#ce9cfb Text Font Color

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

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


#ce9cfb Background Color

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

This div background color is #ce9cfb


#ce9cfb Border Color

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

This div border color is #ce9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.