Color Hex Logo

#ce96fa Color Hex

#CE96FA
(206,150,250)
0 Favorites   0 Comments

Color spaces of #ce96fa

RGB 206150250
HSL0.760.910.78
HSV274°40°98°
CMYK 0.180.400.00   0.02
XYZ53.615341.836695.6919
Yxy41.83660.28050.2189
Hunter Lab64.681234.7694-42.4391
CIE-Lab70.758139.1726-41.9904

#ce96fa color RGB value is (206,150,250).

#ce96fa hex color red value is 206, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce96fa hue: 0.76 , saturation: 0.91 and the lightness value of ce96fa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 11111010
Octal 316 226 372
Decimal 206 150 250
Hex CE 96 FA

RGB Percentages of Color #ce96fa

%33.99
%24.75
%41.25

CMYK Percentages of Color #ce96fa

%18
%40
%0
%2

Triadic Colors of #ce96fa

#ce96fa #face96 #96face

Analogous Colors of #ce96fa

#ce96fa #fa96f4 #9c96fa

Monochromatic Colors of #ce96fa

#ce96fa

Complementary Color

#ce96fa #c2fa96

#ce96fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96fa Color CSS Codes

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

#ce96fa Text Font Color

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

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


#ce96fa Background Color

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

This div background color is #ce96fa


#ce96fa Border Color

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

This div border color is #ce96fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96fa


Comments

No comments written yet.

Please login to write comment.