Color Hex Logo

#e32490 Color Hex

#E32490
(227,36,144)
0 Favorites   0 Comments

Color spaces of #e32490

RGB 22736144
HSL0.910.770.52
HSV326°84°89°
CMYK 0.000.840.37   0.11
XYZ37.343519.606328.2017
Yxy19.60630.43860.2303
Hunter Lab44.279073.0530-6.7670
CIE-Lab51.389175.7385-11.2996

#e32490 color RGB value is (227,36,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10010000
Octal 343 44 220
Decimal 227 36 144
Hex E3 24 90

RGB Percentages of Color #e32490

%55.77
%8.85
%35.38

CMYK Percentages of Color #e32490

%0
%84
%37
%11

Triadic Colors of #e32490

#e32490 #90e324 #2490e3

Analogous Colors of #e32490

#e32490 #e32430 #d724e3

Monochromatic Colors of #e32490

#e32490

Complementary Color

#e32490 #24e377

#e32490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32490 Color CSS Codes

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

#e32490 Text Font Color

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

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


#e32490 Background Color

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

This div background color is #e32490


#e32490 Border Color

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

This div border color is #e32490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32490

#e32490 Color Palettes


Comments

No comments written yet.

Please login to write comment.