Color Hex Logo

#e210ab Color Hex

#E210AB
(226,16,171)
0 Favorites   0 Comments

Color spaces of #e210ab

RGB 22616171
HSL0.880.870.47
HSV316°93°89°
CMYK 0.000.930.24   0.11
XYZ38.900019.479640.2378
Yxy19.47960.39450.1975
Hunter Lab44.135780.0875-23.1587
CIE-Lab51.243781.3844-27.5856

#e210ab color RGB value is (226,16,171).

#e210ab hex color red value is 226, green value is 16 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e210ab hue: 0.88 , saturation: 0.87 and the lightness value of e210ab is 0.47.

The process color (four color CMYK) of #e210ab color hex is 0.00, 0.93, 0.24, 0.11. Web safe color of #e210ab is #cc0099. Color #e210ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010000 10101011
Octal 342 20 253
Decimal 226 16 171
Hex E2 10 AB

RGB Percentages of Color #e210ab

%54.72
%3.87
%41.40

CMYK Percentages of Color #e210ab

%0
%93
%24
%11

Triadic Colors of #e210ab

#e210ab #abe210 #10abe2

Analogous Colors of #e210ab

#e210ab #e21042 #b010e2

Monochromatic Colors of #e210ab

#e210ab

Complementary Color

#e210ab #10e247

#e210ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e210ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e210ab Color CSS Codes

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

#e210ab Text Font Color

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

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


#e210ab Background Color

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

This div background color is #e210ab


#e210ab Border Color

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

This div border color is #e210ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e210ab


Comments

No comments written yet.

Please login to write comment.