Color Hex Logo

#e554ff Color Hex

#E554FF
(229,84,255)
0 Favorites   0 Comments

Color spaces of #e554ff

RGB 22984255
HSL0.811.000.66
HSV291°67°100°
CMYK 0.100.670.00   0.00
XYZ53.533430.218797.6190
Yxy30.21870.29520.1666
Hunter Lab54.971577.6300-66.8077
CIE-Lab61.842577.3917-58.6396

#e554ff color RGB value is (229,84,255).

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

The process color (four color CMYK) of #e554ff color hex is 0.10, 0.67, 0.00, 0.00. Web safe color of #e554ff is #cc66ff. Color #e554ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 11111111
Octal 345 124 377
Decimal 229 84 255
Hex E5 54 FF

RGB Percentages of Color #e554ff

%40.32
%14.79
%44.89

CMYK Percentages of Color #e554ff

%10
%67
%0
%0

Triadic Colors of #e554ff

#e554ff #ffe554 #54ffe5

Analogous Colors of #e554ff

#e554ff #ff54c4 #9054ff

Monochromatic Colors of #e554ff

#e554ff

Complementary Color

#e554ff #6eff54

#e554ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554ff Color CSS Codes

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

#e554ff Text Font Color

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

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


#e554ff Background Color

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

This div background color is #e554ff


#e554ff Border Color

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

This div border color is #e554ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,84,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554ff


Comments

No comments written yet.

Please login to write comment.