Color Hex Logo

#e580ff Color Hex

#E580FF
(229,128,255)
1 Favorites   0 Comments

Color spaces of #e580ff

RGB 229128255
HSL0.801.000.75
HSV288°50°100°
CMYK 0.100.500.00   0.00
XYZ58.082339.316499.1353
Yxy39.31640.29550.2000
Hunter Lab62.702855.6167-49.8476
CIE-Lab68.979858.0064-47.3272

#e580ff color RGB value is (229,128,255).

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

The process color (four color CMYK) of #e580ff color hex is 0.10, 0.50, 0.00, 0.00. Web safe color of #e580ff is #cc99ff. Color #e580ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 11111111
Octal 345 200 377
Decimal 229 128 255
Hex E5 80 FF

RGB Percentages of Color #e580ff

%37.42
%20.92
%41.67

CMYK Percentages of Color #e580ff

%10
%50
%0
%0

Triadic Colors of #e580ff

#e580ff #ffe580 #80ffe5

Analogous Colors of #e580ff

#e580ff #ff80da #a680ff

Monochromatic Colors of #e580ff

#e580ff

Complementary Color

#e580ff #9aff80

#e580ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580ff Color CSS Codes

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

#e580ff Text Font Color

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

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


#e580ff Background Color

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

This div background color is #e580ff


#e580ff Border Color

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

This div border color is #e580ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580ff

#e580ff Color Palettes


Comments

No comments written yet.

Please login to write comment.