Color Hex Logo

#e20b9d Color Hex

#E20B9D
(226,11,157)
0 Favorites   0 Comments

Color spaces of #e20b9d

RGB 22611157
HSL0.890.910.46
HSV319°95°89°
CMYK 0.000.950.31   0.11
XYZ37.569518.842433.5551
Yxy18.84240.41760.2094
Hunter Lab43.407878.5281-15.4468
CIE-Lab50.502380.2983-20.4328

#e20b9d color RGB value is (226,11,157).

#e20b9d hex color red value is 226, green value is 11 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e20b9d hue: 0.89 , saturation: 0.91 and the lightness value of e20b9d is 0.46.

The process color (four color CMYK) of #e20b9d color hex is 0.00, 0.95, 0.31, 0.11. Web safe color of #e20b9d is #cc0099. Color #e20b9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001011 10011101
Octal 342 13 235
Decimal 226 11 157
Hex E2 B 9D

RGB Percentages of Color #e20b9d

%57.36
%2.79
%39.85

CMYK Percentages of Color #e20b9d

%0
%95
%31
%11

Triadic Colors of #e20b9d

#e20b9d #9de20b #0b9de2

Analogous Colors of #e20b9d

#e20b9d #e20b32 #bc0be2

Monochromatic Colors of #e20b9d

#e20b9d

Complementary Color

#e20b9d #0be250

#e20b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20b9d Color CSS Codes

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

#e20b9d Text Font Color

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

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


#e20b9d Background Color

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

This div background color is #e20b9d


#e20b9d Border Color

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

This div border color is #e20b9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,11,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20b9d


Comments

No comments written yet.

Please login to write comment.