Color Hex Logo

#e992fa Color Hex

#E992FA
(233,146,250)
0 Favorites   0 Comments

Color spaces of #e992fa

RGB 233146250
HSL0.810.910.78
HSV290°42°98°
CMYK 0.070.420.00   0.02
XYZ61.138544.783595.8642
Yxy44.78350.30300.2219
Hunter Lab66.920545.9666-38.0891
CIE-Lab72.749149.0747-38.6725

#e992fa color RGB value is (233,146,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010010 11111010
Octal 351 222 372
Decimal 233 146 250
Hex E9 92 FA

RGB Percentages of Color #e992fa

%37.04
%23.21
%39.75

CMYK Percentages of Color #e992fa

%7
%42
%0
%2

Triadic Colors of #e992fa

#e992fa #fae992 #92fae9

Analogous Colors of #e992fa

#e992fa #fa92d7 #b592fa

Monochromatic Colors of #e992fa

#e992fa

Complementary Color

#e992fa #a3fa92

#e992fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e992fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e992fa Color CSS Codes

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

#e992fa Text Font Color

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

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


#e992fa Background Color

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

This div background color is #e992fa


#e992fa Border Color

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

This div border color is #e992fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e992fa


Comments

No comments written yet.

Please login to write comment.