Color Hex Logo

#e992ff Color Hex

#E992FF
(233,146,255)
0 Favorites   0 Comments

Color spaces of #e992ff

RGB 233146255
HSL0.801.000.79
HSV288°43°100°
CMYK 0.090.430.00   0.00
XYZ61.933245.1014100.0489
Yxy45.10140.29910.2178
Hunter Lab67.157647.0882-41.3178
CIE-Lab72.958650.0337-41.0609

#e992ff color RGB value is (233,146,255).

#e992ff hex color red value is 233, green value is 146 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e992ff hue: 0.80 , saturation: 1.00 and the lightness value of e992ff is 0.79.

The process color (four color CMYK) of #e992ff color hex is 0.09, 0.43, 0.00, 0.00. Web safe color of #e992ff is #ff99ff. Color #e992ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010010 11111111
Octal 351 222 377
Decimal 233 146 255
Hex E9 92 FF

RGB Percentages of Color #e992ff

%36.75
%23.03
%40.22

CMYK Percentages of Color #e992ff

%9
%43
%0
%0

Triadic Colors of #e992ff

#e992ff #ffe992 #92ffe9

Analogous Colors of #e992ff

#e992ff #ff92df #b392ff

Monochromatic Colors of #e992ff

#e992ff

Complementary Color

#e992ff #a8ff92

#e992ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e992ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e992ff Color CSS Codes

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

#e992ff Text Font Color

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

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


#e992ff Background Color

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

This div background color is #e992ff


#e992ff Border Color

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

This div border color is #e992ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,146,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e992ff

Related Colors


Comments

No comments written yet.

Please login to write comment.