Color Hex Logo

#e11993 Color Hex

#E11993
(225,25,147)
0 Favorites   0 Comments

Color spaces of #e11993

RGB 22525147
HSL0.900.800.49
HSV323°89°88°
CMYK 0.000.890.35   0.12
XYZ36.665418.809429.3019
Yxy18.80940.43250.2219
Hunter Lab43.369875.0091-9.6992
CIE-Lab50.463577.4983-14.5323

#e11993 color RGB value is (225,25,147).

#e11993 hex color red value is 225, green value is 25 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e11993 hue: 0.90 , saturation: 0.80 and the lightness value of e11993 is 0.49.

The process color (four color CMYK) of #e11993 color hex is 0.00, 0.89, 0.35, 0.12. Web safe color of #e11993 is #cc0099. Color #e11993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10010011
Octal 341 31 223
Decimal 225 25 147
Hex E1 19 93

RGB Percentages of Color #e11993

%56.68
%6.30
%37.03

CMYK Percentages of Color #e11993

%0
%89
%35
%12

Triadic Colors of #e11993

#e11993 #93e119 #1993e1

Analogous Colors of #e11993

#e11993 #e1192f #cb19e1

Monochromatic Colors of #e11993

#e11993

Complementary Color

#e11993 #19e167

#e11993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11993 Color CSS Codes

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

#e11993 Text Font Color

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

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


#e11993 Background Color

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

This div background color is #e11993


#e11993 Border Color

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

This div border color is #e11993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11993


Comments

No comments written yet.

Please login to write comment.