Color Hex Logo

#e014bf Color Hex

#E014BF
(224,20,191)
0 Favorites   0 Comments

Color spaces of #e014bf

RGB 22420191
HSL0.860.840.48
HSV310°91°88°
CMYK 0.000.910.15   0.12
XYZ40.394620.109251.0426
Yxy20.10920.36210.1803
Hunter Lab44.843382.3161-36.0962
CIE-Lab51.960582.9895-38.1922

#e014bf color RGB value is (224,20,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 10111111
Octal 340 24 277
Decimal 224 20 191
Hex E0 14 BF

RGB Percentages of Color #e014bf

%51.49
%4.60
%43.91

CMYK Percentages of Color #e014bf

%0
%91
%15
%12

Triadic Colors of #e014bf

#e014bf #bfe014 #14bfe0

Analogous Colors of #e014bf

#e014bf #e01459 #9b14e0

Monochromatic Colors of #e014bf

#e014bf

Complementary Color

#e014bf #14e035

#e014bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e014bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e014bf Color CSS Codes

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

#e014bf Text Font Color

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

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


#e014bf Background Color

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

This div background color is #e014bf


#e014bf Border Color

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

This div border color is #e014bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e014bf


Comments

No comments written yet.

Please login to write comment.