Color Hex Logo

#e0188e Color Hex

#E0188E
(224,24,142)
0 Favorites   0 Comments

Color spaces of #e0188e

RGB 22424142
HSL0.900.810.49
HSV325°89°88°
CMYK 0.000.890.37   0.12
XYZ35.949618.453627.2583
Yxy18.45360.44020.2260
Hunter Lab42.957774.2039-7.5515
CIE-Lab50.041776.9320-12.1850

#e0188e color RGB value is (224,24,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011000 10001110
Octal 340 30 216
Decimal 224 24 142
Hex E0 18 8E

RGB Percentages of Color #e0188e

%57.44
%6.15
%36.41

CMYK Percentages of Color #e0188e

%0
%89
%37
%12

Triadic Colors of #e0188e

#e0188e #8ee018 #188ee0

Analogous Colors of #e0188e

#e0188e #e0182a #ce18e0

Monochromatic Colors of #e0188e

#e0188e

Complementary Color

#e0188e #18e06a

#e0188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0188e Color CSS Codes

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

#e0188e Text Font Color

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

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


#e0188e Background Color

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

This div background color is #e0188e


#e0188e Border Color

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

This div border color is #e0188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0188e


Comments

No comments written yet.

Please login to write comment.