Color Hex Logo

#e555fc Color Hex

#E555FC
(229,85,252)
0 Favorites   0 Comments

Color spaces of #e555fc

RGB 22985252
HSL0.810.970.66
HSV292°66°99°
CMYK 0.090.660.00   0.01
XYZ53.132330.183395.1210
Yxy30.18330.29780.1692
Hunter Lab54.939376.4851-64.1961
CIE-Lab61.812176.4889-57.0329

#e555fc color RGB value is (229,85,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010101 11111100
Octal 345 125 374
Decimal 229 85 252
Hex E5 55 FC

RGB Percentages of Color #e555fc

%40.46
%15.02
%44.52

CMYK Percentages of Color #e555fc

%9
%66
%0
%1

Triadic Colors of #e555fc

#e555fc #fce555 #55fce5

Analogous Colors of #e555fc

#e555fc #fc55c0 #9255fc

Monochromatic Colors of #e555fc

#e555fc

Complementary Color

#e555fc #6cfc55

#e555fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e555fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e555fc Color CSS Codes

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

#e555fc Text Font Color

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

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


#e555fc Background Color

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

This div background color is #e555fc


#e555fc Border Color

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

This div border color is #e555fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e555fc


Comments

No comments written yet.

Please login to write comment.