Color Hex Logo

#e1188d Color Hex

#E1188D
(225,24,141)
0 Favorites   0 Comments

Color spaces of #e1188d

RGB 22524141
HSL0.900.810.49
HSV325°89°88°
CMYK 0.000.890.37   0.12
XYZ36.185718.583926.8792
Yxy18.58390.44320.2276
Hunter Lab43.109074.3919-6.7920
CIE-Lab50.196877.0534-11.3305

#e1188d color RGB value is (225,24,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 10001101
Octal 341 30 215
Decimal 225 24 141
Hex E1 18 8D

RGB Percentages of Color #e1188d

%57.69
%6.15
%36.15

CMYK Percentages of Color #e1188d

%0
%89
%37
%12

Triadic Colors of #e1188d

#e1188d #8de118 #188de1

Analogous Colors of #e1188d

#e1188d #e11828 #d118e1

Monochromatic Colors of #e1188d

#e1188d

Complementary Color

#e1188d #18e16c

#e1188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1188d Color CSS Codes

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

#e1188d Text Font Color

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

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


#e1188d Background Color

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

This div background color is #e1188d


#e1188d Border Color

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

This div border color is #e1188d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1188d


Comments

No comments written yet.

Please login to write comment.