Color Hex Logo

#e106ab Color Hex

#E106AB
(225,6,171)
0 Favorites   0 Comments

Color spaces of #e106ab

RGB 2256171
HSL0.870.950.45
HSV315°97°88°
CMYK 0.000.970.24   0.12
XYZ38.467119.078140.1831
Yxy19.07810.39360.1952
Hunter Lab43.678580.7654-23.9704
CIE-Lab50.778582.0073-28.3226

#e106ab color RGB value is (225,6,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000110 10101011
Octal 341 6 253
Decimal 225 6 171
Hex E1 6 AB

RGB Percentages of Color #e106ab

%55.97
%1.49
%42.54

CMYK Percentages of Color #e106ab

%0
%97
%24
%12

Triadic Colors of #e106ab

#e106ab #abe106 #06abe1

Analogous Colors of #e106ab

#e106ab #e1063e #aa06e1

Monochromatic Colors of #e106ab

#e106ab

Complementary Color

#e106ab #06e13c

#e106ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e106ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e106ab Color CSS Codes

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

#e106ab Text Font Color

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

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


#e106ab Background Color

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

This div background color is #e106ab


#e106ab Border Color

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

This div border color is #e106ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e106ab


Comments

No comments written yet.

Please login to write comment.