Color Hex Logo

#e11288 Color Hex

#E11288
(225,18,136)
0 Favorites   0 Comments

Color spaces of #e11288

RGB 22518136
HSL0.900.850.48
HSV326°92°88°
CMYK 0.000.920.40   0.12
XYZ35.711618.217724.9267
Yxy18.21770.45290.2310
Hunter Lab42.682274.6546-4.7482
CIE-Lab49.759177.3504-8.9706

#e11288 color RGB value is (225,18,136).

#e11288 hex color red value is 225, green value is 18 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e11288 hue: 0.90 , saturation: 0.85 and the lightness value of e11288 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 10001000
Octal 341 22 210
Decimal 225 18 136
Hex E1 12 88

RGB Percentages of Color #e11288

%59.37
%4.75
%35.88

CMYK Percentages of Color #e11288

%0
%92
%40
%12

Triadic Colors of #e11288

#e11288 #88e112 #1288e1

Analogous Colors of #e11288

#e11288 #e11220 #d312e1

Monochromatic Colors of #e11288

#e11288

Complementary Color

#e11288 #12e16b

#e11288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11288 Color CSS Codes

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

#e11288 Text Font Color

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

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


#e11288 Background Color

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

This div background color is #e11288


#e11288 Border Color

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

This div border color is #e11288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11288


Comments

No comments written yet.

Please login to write comment.