Color Hex Logo

#e12096 Color Hex

#E12096
(225,32,150)
0 Favorites   0 Comments

Color spaces of #e12096

RGB 22532150
HSL0.900.760.50
HSV323°86°88°
CMYK 0.000.860.33   0.12
XYZ37.072919.242630.6144
Yxy19.24260.42650.2214
Hunter Lab43.866474.0899-10.6721
CIE-Lab50.969876.6591-15.5591

#e12096 color RGB value is (225,32,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10010110
Octal 341 40 226
Decimal 225 32 150
Hex E1 20 96

RGB Percentages of Color #e12096

%55.28
%7.86
%36.86

CMYK Percentages of Color #e12096

%0
%86
%33
%12

Triadic Colors of #e12096

#e12096 #96e120 #2096e1

Analogous Colors of #e12096

#e12096 #e12035 #cc20e1

Monochromatic Colors of #e12096

#e12096

Complementary Color

#e12096 #20e16b

#e12096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12096 Color CSS Codes

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

#e12096 Text Font Color

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

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


#e12096 Background Color

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

This div background color is #e12096


#e12096 Border Color

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

This div border color is #e12096


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,32,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e12096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12096


Comments

No comments written yet.

Please login to write comment.