Color Hex Logo

#e31992 Color Hex

#E31992
(227,25,146)
0 Favorites   0 Comments

Color spaces of #e31992

RGB 22725146
HSL0.900.800.49
HSV324°89°89°
CMYK 0.000.890.36   0.11
XYZ37.214519.101528.9197
Yxy19.10150.43660.2241
Hunter Lab43.705375.5064-8.6384
CIE-Lab50.805777.8309-13.3783

#e31992 color RGB value is (227,25,146).

#e31992 hex color red value is 227, green value is 25 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e31992 hue: 0.90 , saturation: 0.80 and the lightness value of e31992 is 0.49.

The process color (four color CMYK) of #e31992 color hex is 0.00, 0.89, 0.36, 0.11. Web safe color of #e31992 is #cc0099. Color #e31992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 10010010
Octal 343 31 222
Decimal 227 25 146
Hex E3 19 92

RGB Percentages of Color #e31992

%57.04
%6.28
%36.68

CMYK Percentages of Color #e31992

%0
%89
%36
%11

Triadic Colors of #e31992

#e31992 #92e319 #1992e3

Analogous Colors of #e31992

#e31992 #e3192d #cf19e3

Monochromatic Colors of #e31992

#e31992

Complementary Color

#e31992 #19e36a

#e31992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31992 Color CSS Codes

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

#e31992 Text Font Color

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

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


#e31992 Background Color

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

This div background color is #e31992


#e31992 Border Color

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

This div border color is #e31992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31992


Comments

No comments written yet.

Please login to write comment.