Color Hex Logo

#e108ab Color Hex

#E108AB
(225,8,171)
0 Favorites   0 Comments

Color spaces of #e108ab

RGB 2258171
HSL0.870.930.46
HSV315°96°88°
CMYK 0.000.960.24   0.12
XYZ38.488919.121540.1903
Yxy19.12150.39350.1955
Hunter Lab43.728180.5890-23.8834
CIE-Lab50.829181.8591-28.2440

#e108ab color RGB value is (225,8,171).

#e108ab hex color red value is 225, green value is 8 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e108ab hue: 0.87 , saturation: 0.93 and the lightness value of e108ab is 0.46.

The process color (four color CMYK) of #e108ab color hex is 0.00, 0.96, 0.24, 0.12. Web safe color of #e108ab is #cc0099. Color #e108ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 10101011
Octal 341 10 253
Decimal 225 8 171
Hex E1 8 AB

RGB Percentages of Color #e108ab

%55.69
%1.98
%42.33

CMYK Percentages of Color #e108ab

%0
%96
%24
%12

Triadic Colors of #e108ab

#e108ab #abe108 #08abe1

Analogous Colors of #e108ab

#e108ab #e1083f #ab08e1

Monochromatic Colors of #e108ab

#e108ab

Complementary Color

#e108ab #08e13e

#e108ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e108ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e108ab Color CSS Codes

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

#e108ab Text Font Color

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

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


#e108ab Background Color

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

This div background color is #e108ab


#e108ab Border Color

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

This div border color is #e108ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e108ab


Comments

No comments written yet.

Please login to write comment.