Color Hex Logo

#e102ab Color Hex

#E102AB
(225,2,171)
0 Favorites   0 Comments

Color spaces of #e102ab

RGB 2252171
HSL0.870.980.45
HSV315°99°88°
CMYK 0.000.990.24   0.12
XYZ38.423718.991240.1686
Yxy18.99120.39380.1946
Hunter Lab43.578981.1212-24.1450
CIE-Lab50.676982.3059-28.4804

#e102ab color RGB value is (225,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000010 10101011
Octal 341 2 253
Decimal 225 2 171
Hex E1 2 AB

RGB Percentages of Color #e102ab

%56.53
%0.50
%42.96

CMYK Percentages of Color #e102ab

%0
%99
%24
%12

Triadic Colors of #e102ab

#e102ab #abe102 #02abe1

Analogous Colors of #e102ab

#e102ab #e1023c #a802e1

Monochromatic Colors of #e102ab

#e102ab

Complementary Color

#e102ab #02e138

#e102ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e102ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e102ab Color CSS Codes

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

#e102ab Text Font Color

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

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


#e102ab Background Color

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

This div background color is #e102ab


#e102ab Border Color

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

This div border color is #e102ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,2,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 #e102ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e102ab


Comments

No comments written yet.

Please login to write comment.