Color Hex Logo

#e420bb Color Hex

#E420BB
(228,32,187)
0 Favorites   0 Comments

Color spaces of #e420bb

RGB 22832187
HSL0.870.780.51
HSV313°86°89°
CMYK 0.000.860.18   0.11
XYZ41.481121.114948.9030
Yxy21.11490.37200.1894
Hunter Lab45.951080.7224-30.9333
CIE-Lab53.075081.5260-34.0686

#e420bb color RGB value is (228,32,187).

#e420bb hex color red value is 228, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e420bb hue: 0.87 , saturation: 0.78 and the lightness value of e420bb is 0.51.

The process color (four color CMYK) of #e420bb color hex is 0.00, 0.86, 0.18, 0.11. Web safe color of #e420bb is #cc33cc. Color #e420bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 10111011
Octal 344 40 273
Decimal 228 32 187
Hex E4 20 BB

RGB Percentages of Color #e420bb

%51.01
%7.16
%41.83

CMYK Percentages of Color #e420bb

%0
%86
%18
%11

Triadic Colors of #e420bb

#e420bb #bbe420 #20bbe4

Analogous Colors of #e420bb

#e420bb #e42059 #ab20e4

Monochromatic Colors of #e420bb

#e420bb

Complementary Color

#e420bb #20e449

#e420bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e420bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e420bb Color CSS Codes

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

#e420bb Text Font Color

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

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


#e420bb Background Color

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

This div background color is #e420bb


#e420bb Border Color

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

This div border color is #e420bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,32,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e420bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e420bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e420bb;
  box-shadow:         1px 1px 3px 2px #e420bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,32,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e420bb


Comments

No comments written yet.

Please login to write comment.