Color Hex Logo

#e401bb Color Hex

#E401BB
(228,1,187)
0 Favorites   0 Comments

Color spaces of #e401bb

RGB 2281187
HSL0.860.990.45
HSV311°100°89°
CMYK 0.001.000.18   0.11
XYZ40.975420.103548.7344
Yxy20.10350.37310.1831
Hunter Lab44.836984.6623-33.0580
CIE-Lab51.954084.8103-35.8251

#e401bb color RGB value is (228,1,187).

#e401bb hex color red value is 228, green value is 1 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e401bb hue: 0.86 , saturation: 0.99 and the lightness value of e401bb is 0.45.

The process color (four color CMYK) of #e401bb color hex is 0.00, 1.00, 0.18, 0.11. Web safe color of #e401bb is #cc00cc. Color #e401bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000001 10111011
Octal 344 1 273
Decimal 228 1 187
Hex E4 1 BB

RGB Percentages of Color #e401bb

%54.81
%0.24
%44.95

CMYK Percentages of Color #e401bb

%0
%100
%18
%11

Triadic Colors of #e401bb

#e401bb #bbe401 #01bbe4

Analogous Colors of #e401bb

#e401bb #e40149 #9c01e4

Monochromatic Colors of #e401bb

#e401bb

Complementary Color

#e401bb #01e42a

#e401bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e401bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e401bb Color CSS Codes

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

#e401bb Text Font Color

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

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


#e401bb Background Color

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

This div background color is #e401bb


#e401bb Border Color

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

This div border color is #e401bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e401bb


Comments

No comments written yet.

Please login to write comment.