Color Hex Logo

#e202ab Color Hex

#E202AB
(226,2,171)
0 Favorites   0 Comments

Color spaces of #e202ab

RGB 2262171
HSL0.870.980.45
HSV315°99°89°
CMYK 0.000.990.24   0.11
XYZ38.736419.152440.1832
Yxy19.15240.39500.1953
Hunter Lab43.763581.4099-23.8051
CIE-Lab50.865082.4952-28.1735

#e202ab color RGB value is (226,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000010 10101011
Octal 342 2 253
Decimal 226 2 171
Hex E2 2 AB

RGB Percentages of Color #e202ab

%56.64
%0.50
%42.86

CMYK Percentages of Color #e202ab

%0
%99
%24
%11

Triadic Colors of #e202ab

#e202ab #abe202 #02abe2

Analogous Colors of #e202ab

#e202ab #e2023b #a902e2

Monochromatic Colors of #e202ab

#e202ab

Complementary Color

#e202ab #02e239

#e202ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e202ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e202ab Color CSS Codes

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

#e202ab Text Font Color

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

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


#e202ab Background Color

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

This div background color is #e202ab


#e202ab Border Color

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

This div border color is #e202ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e202ab


Comments

No comments written yet.

Please login to write comment.