Color Hex Logo

#580ebe Color Hex

#580EBE
(88,14,190)
0 Favorites   0 Comments

Color spaces of #580ebe

RGB 8814190
HSL0.740.860.40
HSV265°93°75°
CMYK 0.540.930.00   0.25
XYZ13.47586.106549.1836
Yxy6.10650.19600.0888
Hunter Lab24.711354.0963-100.7085
CIE-Lab29.679663.8259-74.6979

#580ebe color RGB value is (88,14,190).

#580ebe hex color red value is 88, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #580ebe hue: 0.74 , saturation: 0.86 and the lightness value of 580ebe is 0.40.

The process color (four color CMYK) of #580ebe color hex is 0.54, 0.93, 0.00, 0.25. Web safe color of #580ebe is #6600cc. Color #580ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001110 10111110
Octal 130 16 276
Decimal 88 14 190
Hex 58 E BE

RGB Percentages of Color #580ebe

%30.14
%4.79
%65.07

CMYK Percentages of Color #580ebe

%54
%93
%0
%25

Triadic Colors of #580ebe

#580ebe #be580e #0ebe58

Analogous Colors of #580ebe

#580ebe #b00ebe #0e1cbe

Monochromatic Colors of #580ebe

#580ebe

Complementary Color

#580ebe #74be0e

#580ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#580ebe Color CSS Codes

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

#580ebe Text Font Color

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

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


#580ebe Background Color

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

This div background color is #580ebe


#580ebe Border Color

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

This div border color is #580ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580ebe


Comments

No comments written yet.

Please login to write comment.