Color Hex Logo

#580ffb Color Hex

#580FFB
(88,15,251)
0 Favorites   0 Comments

Color spaces of #580ffb

RGB 8815251
HSL0.720.970.52
HSV259°94°98°
CMYK 0.650.940.00   0.02
XYZ21.60799.381491.9387
Yxy9.38140.17580.0763
Hunter Lab30.629172.3256-156.5293
CIE-Lab36.708577.9686-98.1585

#580ffb color RGB value is (88,15,251).

#580ffb hex color red value is 88, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #580ffb hue: 0.72 , saturation: 0.97 and the lightness value of 580ffb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001111 11111011
Octal 130 17 373
Decimal 88 15 251
Hex 58 F FB

RGB Percentages of Color #580ffb

%24.86
%4.24
%70.90

CMYK Percentages of Color #580ffb

%65
%94
%0
%2

Triadic Colors of #580ffb

#580ffb #fb580f #0ffb58

Analogous Colors of #580ffb

#580ffb #ce0ffb #0f3cfb

Monochromatic Colors of #580ffb

#580ffb

Complementary Color

#580ffb #b2fb0f

#580ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#580ffb Color CSS Codes

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

#580ffb Text Font Color

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

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


#580ffb Background Color

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

This div background color is #580ffb


#580ffb Border Color

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

This div border color is #580ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580ffb


Comments

No comments written yet.

Please login to write comment.