Color Hex Logo

#e301bb Color Hex

#E301BB
(227,1,187)
0 Favorites   0 Comments

Color spaces of #e301bb

RGB 2271187
HSL0.860.990.45
HSV311°100°89°
CMYK 0.001.000.18   0.11
XYZ40.659019.940548.7196
Yxy19.94050.37190.1824
Hunter Lab44.654884.3816-33.4287
CIE-Lab51.769984.6294-36.1271

#e301bb color RGB value is (227,1,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 10111011
Octal 343 1 273
Decimal 227 1 187
Hex E3 1 BB

RGB Percentages of Color #e301bb

%54.70
%0.24
%45.06

CMYK Percentages of Color #e301bb

%0
%100
%18
%11

Triadic Colors of #e301bb

#e301bb #bbe301 #01bbe3

Analogous Colors of #e301bb

#e301bb #e3014a #9a01e3

Monochromatic Colors of #e301bb

#e301bb

Complementary Color

#e301bb #01e329

#e301bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301bb Color CSS Codes

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

#e301bb Text Font Color

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

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


#e301bb Background Color

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

This div background color is #e301bb


#e301bb Border Color

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

This div border color is #e301bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301bb


Comments

No comments written yet.

Please login to write comment.