Color Hex Logo

#e059bf Color Hex

#E059BF
(224,89,191)
0 Favorites   0 Comments

Color spaces of #e059bf

RGB 22489191
HSL0.870.690.61
HSV315°60°88°
CMYK 0.000.600.15   0.12
XYZ43.716826.753652.1501
Yxy26.75360.35650.2182
Hunter Lab51.723960.3506-23.5718
CIE-Lab58.745663.7788-27.6094

#e059bf color RGB value is (224,89,191).

#e059bf hex color red value is 224, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e059bf hue: 0.87 , saturation: 0.69 and the lightness value of e059bf is 0.61.

The process color (four color CMYK) of #e059bf color hex is 0.00, 0.60, 0.15, 0.12. Web safe color of #e059bf is #cc66cc. Color #e059bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011001 10111111
Octal 340 131 277
Decimal 224 89 191
Hex E0 59 BF

RGB Percentages of Color #e059bf

%44.44
%17.66
%37.90

CMYK Percentages of Color #e059bf

%0
%60
%15
%12

Triadic Colors of #e059bf

#e059bf #bfe059 #59bfe0

Analogous Colors of #e059bf

#e059bf #e0597c #be59e0

Monochromatic Colors of #e059bf

#e059bf

Complementary Color

#e059bf #59e07a

#e059bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e059bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e059bf Color CSS Codes

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

#e059bf Text Font Color

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

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


#e059bf Background Color

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

This div background color is #e059bf


#e059bf Border Color

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

This div border color is #e059bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e059bf


Comments

No comments written yet.

Please login to write comment.