Color Hex Logo

#e055fc Color Hex

#E055FC
(224,85,252)
0 Favorites   0 Comments

Color spaces of #e055fc

RGB 22485252
HSL0.810.970.66
HSV290°66°99°
CMYK 0.110.660.00   0.01
XYZ51.559729.372695.0474
Yxy29.37260.29300.1669
Hunter Lab54.196574.9717-66.0426
CIE-Lab61.109175.4146-58.1956

#e055fc color RGB value is (224,85,252).

#e055fc hex color red value is 224, green value is 85 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e055fc hue: 0.81 , saturation: 0.97 and the lightness value of e055fc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 11111100
Octal 340 125 374
Decimal 224 85 252
Hex E0 55 FC

RGB Percentages of Color #e055fc

%39.93
%15.15
%44.92

CMYK Percentages of Color #e055fc

%11
%66
%0
%1

Triadic Colors of #e055fc

#e055fc #fce055 #55fce0

Analogous Colors of #e055fc

#e055fc #fc55c5 #8d55fc

Monochromatic Colors of #e055fc

#e055fc

Complementary Color

#e055fc #71fc55

#e055fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e055fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e055fc Color CSS Codes

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

#e055fc Text Font Color

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

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


#e055fc Background Color

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

This div background color is #e055fc


#e055fc Border Color

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

This div border color is #e055fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e055fc

Related Colors


Comments

No comments written yet.

Please login to write comment.