Color Hex Logo

#e11f9e Color Hex

#E11F9E
(225,31,158)
0 Favorites   0 Comments

Color spaces of #e11f9e

RGB 22531158
HSL0.890.760.50
HSV321°86°88°
CMYK 0.000.860.30   0.12
XYZ37.712919.456134.1155
Yxy19.45610.41310.2131
Hunter Lab44.109175.4252-14.9806
CIE-Lab51.216677.6857-19.9492

#e11f9e color RGB value is (225,31,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 10011110
Octal 341 37 236
Decimal 225 31 158
Hex E1 1F 9E

RGB Percentages of Color #e11f9e

%54.35
%7.49
%38.16

CMYK Percentages of Color #e11f9e

%0
%86
%30
%12

Triadic Colors of #e11f9e

#e11f9e #9ee11f #1f9ee1

Analogous Colors of #e11f9e

#e11f9e #e11f3d #c31fe1

Monochromatic Colors of #e11f9e

#e11f9e

Complementary Color

#e11f9e #1fe162

#e11f9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11f9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11f9e Color CSS Codes

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

#e11f9e Text Font Color

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

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


#e11f9e Background Color

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

This div background color is #e11f9e


#e11f9e Border Color

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

This div border color is #e11f9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11f9e


Comments

No comments written yet.

Please login to write comment.