Color Hex Logo

#e10490 Color Hex

#E10490
(225,4,144)
0 Favorites   0 Comments

Color spaces of #e10490

RGB 2254144
HSL0.890.970.45
HSV322°98°88°
CMYK 0.000.980.36   0.12
XYZ36.128818.108027.9766
Yxy18.10800.43950.2203
Hunter Lab42.553577.0816-9.1925
CIE-Lab49.626879.3201-13.9979

#e10490 color RGB value is (225,4,144).

#e10490 hex color red value is 225, green value is 4 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e10490 hue: 0.89 , saturation: 0.97 and the lightness value of e10490 is 0.45.

The process color (four color CMYK) of #e10490 color hex is 0.00, 0.98, 0.36, 0.12. Web safe color of #e10490 is #cc0099. Color #e10490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000100 10010000
Octal 341 4 220
Decimal 225 4 144
Hex E1 4 90

RGB Percentages of Color #e10490

%60.32
%1.07
%38.61

CMYK Percentages of Color #e10490

%0
%98
%36
%12

Triadic Colors of #e10490

#e10490 #90e104 #0490e1

Analogous Colors of #e10490

#e10490 #e10422 #c404e1

Monochromatic Colors of #e10490

#e10490

Complementary Color

#e10490 #04e155

#e10490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10490 Color CSS Codes

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

#e10490 Text Font Color

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

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


#e10490 Background Color

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

This div background color is #e10490


#e10490 Border Color

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

This div border color is #e10490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10490


Comments

No comments written yet.

Please login to write comment.