Color Hex Logo

#e01bbe Color Hex

#E01BBE
(224,27,190)
0 Favorites   0 Comments

Color spaces of #e01bbe

RGB 22427190
HSL0.860.780.49
HSV310°88°88°
CMYK 0.000.880.15   0.12
XYZ40.426720.348950.5122
Yxy20.34890.36330.1828
Hunter Lab45.109881.0270-34.8139
CIE-Lab52.229481.9297-37.1884

#e01bbe color RGB value is (224,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011011 10111110
Octal 340 33 276
Decimal 224 27 190
Hex E0 1B BE

RGB Percentages of Color #e01bbe

%50.79
%6.12
%43.08

CMYK Percentages of Color #e01bbe

%0
%88
%15
%12

Triadic Colors of #e01bbe

#e01bbe #bee01b #1bbee0

Analogous Colors of #e01bbe

#e01bbe #e01b5b #a01be0

Monochromatic Colors of #e01bbe

#e01bbe

Complementary Color

#e01bbe #1be03d

#e01bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01bbe Color CSS Codes

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

#e01bbe Text Font Color

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

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


#e01bbe Background Color

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

This div background color is #e01bbe


#e01bbe Border Color

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

This div border color is #e01bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01bbe


Comments

No comments written yet.

Please login to write comment.