Color Hex Logo

#e55fff Color Hex

#E55FFF
(229,95,255)
0 Favorites   0 Comments

Color spaces of #e55fff

RGB 22995255
HSL0.811.000.69
HSV290°63°100°
CMYK 0.100.630.00   0.00
XYZ54.455332.062497.9263
Yxy32.06240.29520.1738
Hunter Lab56.623772.5730-62.9009
CIE-Lab63.394473.0591-56.1660

#e55fff color RGB value is (229,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11111111
Octal 345 137 377
Decimal 229 95 255
Hex E5 5F FF

RGB Percentages of Color #e55fff

%39.55
%16.41
%44.04

CMYK Percentages of Color #e55fff

%10
%63
%0
%0

Triadic Colors of #e55fff

#e55fff #ffe55f #5fffe5

Analogous Colors of #e55fff

#e55fff #ff5fc9 #955fff

Monochromatic Colors of #e55fff

#e55fff

Complementary Color

#e55fff #79ff5f

#e55fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fff Color CSS Codes

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

#e55fff Text Font Color

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

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


#e55fff Background Color

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

This div background color is #e55fff


#e55fff Border Color

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

This div border color is #e55fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fff

Related Colors

#e55fff Color Palettes


Comments

No comments written yet.

Please login to write comment.