Color Hex Logo

#e015bf Color Hex

#E015BF
(224,21,191)
0 Favorites   0 Comments

Color spaces of #e015bf

RGB 22421191
HSL0.860.830.48
HSV310°91°88°
CMYK 0.000.910.15   0.12
XYZ40.412620.145251.0486
Yxy20.14520.36210.1805
Hunter Lab44.883482.1738-36.0157
CIE-Lab52.001082.8706-38.1284

#e015bf color RGB value is (224,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 10111111
Octal 340 25 277
Decimal 224 21 191
Hex E0 15 BF

RGB Percentages of Color #e015bf

%51.38
%4.82
%43.81

CMYK Percentages of Color #e015bf

%0
%91
%15
%12

Triadic Colors of #e015bf

#e015bf #bfe015 #15bfe0

Analogous Colors of #e015bf

#e015bf #e01559 #9c15e0

Monochromatic Colors of #e015bf

#e015bf

Complementary Color

#e015bf #15e036

#e015bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e015bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e015bf Color CSS Codes

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

#e015bf Text Font Color

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

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


#e015bf Background Color

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

This div background color is #e015bf


#e015bf Border Color

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

This div border color is #e015bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e015bf


Comments

No comments written yet.

Please login to write comment.