Color Hex Logo

#e12090 Color Hex

#E12090
(225,32,144)
0 Favorites   0 Comments

Color spaces of #e12090

RGB 22532144
HSL0.900.760.50
HSV325°86°88°
CMYK 0.000.860.36   0.12
XYZ36.601919.054228.1342
Yxy19.05420.43680.2274
Hunter Lab43.651173.2846-7.6581
CIE-Lab50.750676.0506-12.2988

#e12090 color RGB value is (225,32,144).

#e12090 hex color red value is 225, green value is 32 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e12090 hue: 0.90 , saturation: 0.76 and the lightness value of e12090 is 0.50.

The process color (four color CMYK) of #e12090 color hex is 0.00, 0.86, 0.36, 0.12. Web safe color of #e12090 is #cc3399. Color #e12090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10010000
Octal 341 40 220
Decimal 225 32 144
Hex E1 20 90

RGB Percentages of Color #e12090

%56.11
%7.98
%35.91

CMYK Percentages of Color #e12090

%0
%86
%36
%12

Triadic Colors of #e12090

#e12090 #90e120 #2090e1

Analogous Colors of #e12090

#e12090 #e1202f #d220e1

Monochromatic Colors of #e12090

#e12090

Complementary Color

#e12090 #20e171

#e12090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12090 Color CSS Codes

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

#e12090 Text Font Color

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

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


#e12090 Background Color

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

This div background color is #e12090


#e12090 Border Color

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

This div border color is #e12090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12090


Comments

No comments written yet.

Please login to write comment.