Color Hex Logo

#580bea Color Hex

#580BEA
(88,11,234)
0 Favorites   0 Comments

Color spaces of #580bea

RGB 8811234
HSL0.720.910.48
HSV261°95°92°
CMYK 0.620.950.00   0.08
XYZ18.99558.254678.4340
Yxy8.25460.17970.0781
Hunter Lab28.730867.7371-141.7478
CIE-Lab34.507674.6253-92.2033

#580bea color RGB value is (88,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001011 11101010
Octal 130 13 352
Decimal 88 11 234
Hex 58 B EA

RGB Percentages of Color #580bea

%26.43
%3.30
%70.27

CMYK Percentages of Color #580bea

%62
%95
%0
%8

Triadic Colors of #580bea

#580bea #ea580b #0bea58

Analogous Colors of #580bea

#580bea #c80bea #0b2dea

Monochromatic Colors of #580bea

#580bea

Complementary Color

#580bea #9dea0b

#580bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#580bea Color CSS Codes

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

#580bea Text Font Color

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

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


#580bea Background Color

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

This div background color is #580bea


#580bea Border Color

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

This div border color is #580bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580bea


Comments

No comments written yet.

Please login to write comment.