Color Hex Logo

#580ede Color Hex

#580EDE
(88,14,222)
0 Favorites   0 Comments

Color spaces of #580ede

RGB 8814222
HSL0.730.880.46
HSV261°94°87°
CMYK 0.600.940.00   0.13
XYZ17.36647.662769.6710
Yxy7.66270.18340.0809
Hunter Lab27.681663.5415-129.8482
CIE-Lab33.270371.3505-87.3943

#580ede color RGB value is (88,14,222).

#580ede hex color red value is 88, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #580ede hue: 0.73 , saturation: 0.88 and the lightness value of 580ede is 0.46.

The process color (four color CMYK) of #580ede color hex is 0.60, 0.94, 0.00, 0.13. Web safe color of #580ede is #6600cc. Color #580ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001110 11011110
Octal 130 16 336
Decimal 88 14 222
Hex 58 E DE

RGB Percentages of Color #580ede

%27.16
%4.32
%68.52

CMYK Percentages of Color #580ede

%60
%94
%0
%13

Triadic Colors of #580ede

#580ede #de580e #0ede58

Analogous Colors of #580ede

#580ede #c00ede #0e2cde

Monochromatic Colors of #580ede

#580ede

Complementary Color

#580ede #94de0e

#580ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#580ede Color CSS Codes

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

#580ede Text Font Color

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

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


#580ede Background Color

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

This div background color is #580ede


#580ede Border Color

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

This div border color is #580ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,14,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580ede;
  -webkit-box-shadow: 1px 1px 3px 2px #580ede;
  box-shadow:         1px 1px 3px 2px #580ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,14,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580ede


Comments

No comments written yet.

Please login to write comment.