Color Hex Logo

#e996fa Color Hex

#E996FA
(233,150,250)
0 Favorites   0 Comments

Color spaces of #e996fa

RGB 233150250
HSL0.810.910.78
HSV290°40°98°
CMYK 0.070.400.00   0.02
XYZ61.765946.038596.0734
Yxy46.03850.30300.2258
Hunter Lab67.851743.7495-36.4545
CIE-Lab73.570547.0055-37.3957

#e996fa color RGB value is (233,150,250).

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

The process color (four color CMYK) of #e996fa color hex is 0.07, 0.40, 0.00, 0.02. Web safe color of #e996fa is #ff99ff. Color #e996fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 11111010
Octal 351 226 372
Decimal 233 150 250
Hex E9 96 FA

RGB Percentages of Color #e996fa

%36.81
%23.70
%39.49

CMYK Percentages of Color #e996fa

%7
%40
%0
%2

Triadic Colors of #e996fa

#e996fa #fae996 #96fae9

Analogous Colors of #e996fa

#e996fa #fa96d9 #b796fa

Monochromatic Colors of #e996fa

#e996fa

Complementary Color

#e996fa #a7fa96

#e996fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e996fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e996fa Color CSS Codes

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

#e996fa Text Font Color

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

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


#e996fa Background Color

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

This div background color is #e996fa


#e996fa Border Color

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

This div border color is #e996fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e996fa

Related Colors


Comments

No comments written yet.

Please login to write comment.