Color Hex Logo

#e1008b Color Hex

#E1008B
(225,0,139)
0 Favorites   0 Comments

Color spaces of #e1008b

RGB 2250139
HSL0.901.000.44
HSV323°100°88°
CMYK 0.001.000.38   0.12
XYZ35.711517.871625.9935
Yxy17.87160.44880.2246
Hunter Lab42.274876.8063-6.8632
CIE-Lab49.340079.1566-11.4143

#e1008b color RGB value is (225,0,139).

#e1008b hex color red value is 225, green value is 0 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e1008b hue: 0.90 , saturation: 1.00 and the lightness value of e1008b is 0.44.

The process color (four color CMYK) of #e1008b color hex is 0.00, 1.00, 0.38, 0.12. Web safe color of #e1008b is #cc0099. Color #e1008b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 10001011
Octal 341 0 213
Decimal 225 0 139
Hex E1 0 8B

RGB Percentages of Color #e1008b

%61.81
%0.00
%38.19

CMYK Percentages of Color #e1008b

%0
%100
%38
%12

Triadic Colors of #e1008b

#e1008b #8be100 #008be1

Analogous Colors of #e1008b

#e1008b #e1001b #c700e1

Monochromatic Colors of #e1008b

#e1008b

Complementary Color

#e1008b #00e156

#e1008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1008b Color CSS Codes

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

#e1008b Text Font Color

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

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


#e1008b Background Color

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

This div background color is #e1008b


#e1008b Border Color

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

This div border color is #e1008b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1008b


Comments

No comments written yet.

Please login to write comment.