Color Hex Logo

#580ee7 Color Hex

#580EE7
(88,14,231)
0 Favorites   0 Comments

Color spaces of #580ee7

RGB 8814231
HSL0.720.890.48
HSV260°94°91°
CMYK 0.620.940.00   0.09
XYZ18.60538.158376.1954
Yxy8.15830.18070.0792
Hunter Lab28.562766.2872-138.1711
CIE-Lab34.310473.4597-90.8211

#580ee7 color RGB value is (88,14,231).

#580ee7 hex color red value is 88, green value is 14 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #580ee7 hue: 0.72 , saturation: 0.89 and the lightness value of 580ee7 is 0.48.

The process color (four color CMYK) of #580ee7 color hex is 0.62, 0.94, 0.00, 0.09. Web safe color of #580ee7 is #6600ff. Color #580ee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001110 11100111
Octal 130 16 347
Decimal 88 14 231
Hex 58 E E7

RGB Percentages of Color #580ee7

%26.43
%4.20
%69.37

CMYK Percentages of Color #580ee7

%62
%94
%0
%9

Triadic Colors of #580ee7

#580ee7 #e7580e #0ee758

Analogous Colors of #580ee7

#580ee7 #c50ee7 #0e31e7

Monochromatic Colors of #580ee7

#580ee7

Complementary Color

#580ee7 #9de70e

#580ee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580ee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580ee7 Color CSS Codes

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

#580ee7 Text Font Color

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

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


#580ee7 Background Color

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

This div background color is #580ee7


#580ee7 Border Color

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

This div border color is #580ee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580ee7


Comments

No comments written yet.

Please login to write comment.