Color Hex Logo

#e011bf Color Hex

#E011BF
(224,17,191)
0 Favorites   0 Comments

Color spaces of #e011bf

RGB 22417191
HSL0.860.860.47
HSV310°92°88°
CMYK 0.000.920.15   0.12
XYZ40.344920.009851.0261
Yxy20.00980.36220.1797
Hunter Lab44.732382.7109-36.3194
CIE-Lab51.848383.3187-38.3688

#e011bf color RGB value is (224,17,191).

#e011bf hex color red value is 224, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e011bf hue: 0.86 , saturation: 0.86 and the lightness value of e011bf is 0.47.

The process color (four color CMYK) of #e011bf color hex is 0.00, 0.92, 0.15, 0.12. Web safe color of #e011bf is #cc00cc. Color #e011bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010001 10111111
Octal 340 21 277
Decimal 224 17 191
Hex E0 11 BF

RGB Percentages of Color #e011bf

%51.85
%3.94
%44.21

CMYK Percentages of Color #e011bf

%0
%92
%15
%12

Triadic Colors of #e011bf

#e011bf #bfe011 #11bfe0

Analogous Colors of #e011bf

#e011bf #e01157 #9a11e0

Monochromatic Colors of #e011bf

#e011bf

Complementary Color

#e011bf #11e032

#e011bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e011bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e011bf Color CSS Codes

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

#e011bf Text Font Color

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

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


#e011bf Background Color

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

This div background color is #e011bf


#e011bf Border Color

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

This div border color is #e011bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,17,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e011bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e011bf;
  -webkit-box-shadow: 1px 1px 3px 2px #e011bf;
  box-shadow:         1px 1px 3px 2px #e011bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,17,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e011bf


Comments

No comments written yet.

Please login to write comment.