Color Hex Logo

#e11486 Color Hex

#E11486
(225,20,134)
0 Favorites   0 Comments

Color spaces of #e11486

RGB 22520134
HSL0.910.840.48
HSV327°91°88°
CMYK 0.000.910.40   0.12
XYZ35.604618.229124.1963
Yxy18.22910.45630.2336
Hunter Lab42.695674.1372-3.7138
CIE-Lab49.772876.9306-7.7401

#e11486 color RGB value is (225,20,134).

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

The process color (four color CMYK) of #e11486 color hex is 0.00, 0.91, 0.40, 0.12. Web safe color of #e11486 is #cc0099. Color #e11486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10000110
Octal 341 24 206
Decimal 225 20 134
Hex E1 14 86

RGB Percentages of Color #e11486

%59.37
%5.28
%35.36

CMYK Percentages of Color #e11486

%0
%91
%40
%12

Triadic Colors of #e11486

#e11486 #86e114 #1486e1

Analogous Colors of #e11486

#e11486 #e11420 #d614e1

Monochromatic Colors of #e11486

#e11486

Complementary Color

#e11486 #14e16f

#e11486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11486 Color CSS Codes

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

#e11486 Text Font Color

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

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


#e11486 Background Color

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

This div background color is #e11486


#e11486 Border Color

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

This div border color is #e11486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11486


Comments

No comments written yet.

Please login to write comment.