Color Hex Logo

#e059fc Color Hex

#E059FC
(224,89,252)
0 Favorites   0 Comments

Color spaces of #e059fc

RGB 22489252
HSL0.800.960.67
HSV290°65°99°
CMYK 0.110.650.00   0.01
XYZ51.883530.020395.1554
Yxy30.02030.29300.1695
Hunter Lab54.790873.1446-64.6157
CIE-Lab61.671773.8412-57.2978

#e059fc color RGB value is (224,89,252).

#e059fc hex color red value is 224, green value is 89 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e059fc hue: 0.80 , saturation: 0.96 and the lightness value of e059fc is 0.67.

The process color (four color CMYK) of #e059fc color hex is 0.11, 0.65, 0.00, 0.01. Web safe color of #e059fc is #cc66ff. Color #e059fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011001 11111100
Octal 340 131 374
Decimal 224 89 252
Hex E0 59 FC

RGB Percentages of Color #e059fc

%39.65
%15.75
%44.60

CMYK Percentages of Color #e059fc

%11
%65
%0
%1

Triadic Colors of #e059fc

#e059fc #fce059 #59fce0

Analogous Colors of #e059fc

#e059fc #fc59c7 #8f59fc

Monochromatic Colors of #e059fc

#e059fc

Complementary Color

#e059fc #75fc59

#e059fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e059fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e059fc Color CSS Codes

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

#e059fc Text Font Color

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

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


#e059fc Background Color

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

This div background color is #e059fc


#e059fc Border Color

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

This div border color is #e059fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e059fc


Comments

No comments written yet.

Please login to write comment.