Color Hex Logo

#e01fbe Color Hex

#E01FBE
(224,31,190)
0 Favorites   0 Comments

Color spaces of #e01fbe

RGB 22431190
HSL0.860.760.50
HSV311°86°88°
CMYK 0.000.860.15   0.12
XYZ40.524720.545050.5449
Yxy20.54500.36310.1841
Hunter Lab45.326680.2682-34.3873
CIE-Lab52.447981.2916-36.8452

#e01fbe color RGB value is (224,31,190).

#e01fbe hex color red value is 224, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e01fbe hue: 0.86 , saturation: 0.76 and the lightness value of e01fbe is 0.50.

The process color (four color CMYK) of #e01fbe color hex is 0.00, 0.86, 0.15, 0.12. Web safe color of #e01fbe is #cc33cc. Color #e01fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011111 10111110
Octal 340 37 276
Decimal 224 31 190
Hex E0 1F BE

RGB Percentages of Color #e01fbe

%50.34
%6.97
%42.70

CMYK Percentages of Color #e01fbe

%0
%86
%15
%12

Triadic Colors of #e01fbe

#e01fbe #bee01f #1fbee0

Analogous Colors of #e01fbe

#e01fbe #e01f5e #a21fe0

Monochromatic Colors of #e01fbe

#e01fbe

Complementary Color

#e01fbe #1fe041

#e01fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01fbe Color CSS Codes

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

#e01fbe Text Font Color

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

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


#e01fbe Background Color

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

This div background color is #e01fbe


#e01fbe Border Color

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

This div border color is #e01fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01fbe


Comments

No comments written yet.

Please login to write comment.