Color Hex Logo

#e32990 Color Hex

#E32990
(227,41,144)
0 Favorites   0 Comments

Color spaces of #e32990

RGB 22741144
HSL0.910.770.53
HSV327°82°89°
CMYK 0.000.820.37   0.11
XYZ37.505519.930428.2557
Yxy19.93040.43770.2326
Hunter Lab44.643571.8338-6.2753
CIE-Lab51.758474.6755-10.7442

#e32990 color RGB value is (227,41,144).

#e32990 hex color red value is 227, green value is 41 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e32990 hue: 0.91 , saturation: 0.77 and the lightness value of e32990 is 0.53.

The process color (four color CMYK) of #e32990 color hex is 0.00, 0.82, 0.37, 0.11. Web safe color of #e32990 is #cc3399. Color #e32990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 10010000
Octal 343 51 220
Decimal 227 41 144
Hex E3 29 90

RGB Percentages of Color #e32990

%55.10
%9.95
%34.95

CMYK Percentages of Color #e32990

%0
%82
%37
%11

Triadic Colors of #e32990

#e32990 #90e329 #2990e3

Analogous Colors of #e32990

#e32990 #e32933 #d929e3

Monochromatic Colors of #e32990

#e32990

Complementary Color

#e32990 #29e37c

#e32990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32990 Color CSS Codes

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

#e32990 Text Font Color

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

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


#e32990 Background Color

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

This div background color is #e32990


#e32990 Border Color

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

This div border color is #e32990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32990


Comments

No comments written yet.

Please login to write comment.