Color Hex Logo

#e11f86 Color Hex

#E11F86
(225,31,134)
0 Favorites   0 Comments

Color spaces of #e11f86

RGB 22531134
HSL0.910.760.50
HSV328°86°88°
CMYK 0.000.860.40   0.12
XYZ35.844418.708824.2762
Yxy18.70880.45470.2373
Hunter Lab43.253772.2294-2.9990
CIE-Lab50.344875.2727-6.8872

#e11f86 color RGB value is (225,31,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 10000110
Octal 341 37 206
Decimal 225 31 134
Hex E1 1F 86

RGB Percentages of Color #e11f86

%57.69
%7.95
%34.36

CMYK Percentages of Color #e11f86

%0
%86
%40
%12

Triadic Colors of #e11f86

#e11f86 #86e11f #1f86e1

Analogous Colors of #e11f86

#e11f86 #e11f25 #db1fe1

Monochromatic Colors of #e11f86

#e11f86

Complementary Color

#e11f86 #1fe17a

#e11f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11f86 Color CSS Codes

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

#e11f86 Text Font Color

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

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


#e11f86 Background Color

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

This div background color is #e11f86


#e11f86 Border Color

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

This div border color is #e11f86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11f86


Comments

No comments written yet.

Please login to write comment.