Color Hex Logo

#e50290 Color Hex

#E50290
(229,2,144)
0 Favorites   0 Comments

Color spaces of #e50290

RGB 2292144
HSL0.900.980.45
HSV322°99°90°
CMYK 0.000.990.37   0.10
XYZ37.368818.715028.0284
Yxy18.71500.44430.2225
Hunter Lab43.260878.4822-8.1310
CIE-Lab50.352180.2912-12.8259

#e50290 color RGB value is (229,2,144).

#e50290 hex color red value is 229, green value is 2 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e50290 hue: 0.90 , saturation: 0.98 and the lightness value of e50290 is 0.45.

The process color (four color CMYK) of #e50290 color hex is 0.00, 0.99, 0.37, 0.10. Web safe color of #e50290 is #cc0099. Color #e50290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 10010000
Octal 345 2 220
Decimal 229 2 144
Hex E5 2 90

RGB Percentages of Color #e50290

%61.07
%0.53
%38.40

CMYK Percentages of Color #e50290

%0
%99
%37
%10

Triadic Colors of #e50290

#e50290 #90e502 #0290e5

Analogous Colors of #e50290

#e50290 #e5021e #c902e5

Monochromatic Colors of #e50290

#e50290

Complementary Color

#e50290 #02e557

#e50290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50290 Color CSS Codes

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

#e50290 Text Font Color

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

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


#e50290 Background Color

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

This div background color is #e50290


#e50290 Border Color

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

This div border color is #e50290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50290


Comments

No comments written yet.

Please login to write comment.