Color Hex Logo

#e10090 Color Hex

#E10090
(225,0,144)
0 Favorites   0 Comments

Color spaces of #e10090

RGB 2250144
HSL0.891.000.44
HSV322°100°88°
CMYK 0.001.000.36   0.12
XYZ36.085418.021227.9621
Yxy18.02120.43970.2196
Hunter Lab42.451477.4423-9.3375
CIE-Lab49.521879.6277-14.1570

#e10090 color RGB value is (225,0,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 10010000
Octal 341 0 220
Decimal 225 0 144
Hex E1 0 90

RGB Percentages of Color #e10090

%60.98
%0.00
%39.02

CMYK Percentages of Color #e10090

%0
%100
%36
%12

Triadic Colors of #e10090

#e10090 #90e100 #0090e1

Analogous Colors of #e10090

#e10090 #e10020 #c200e1

Monochromatic Colors of #e10090

#e10090

Complementary Color

#e10090 #00e151

#e10090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10090 Color CSS Codes

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

#e10090 Text Font Color

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

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


#e10090 Background Color

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

This div background color is #e10090


#e10090 Border Color

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

This div border color is #e10090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10090


Comments

No comments written yet.

Please login to write comment.