Color Hex Logo

#580afe Color Hex

#580AFE
(88,10,254)
0 Favorites   0 Comments

Color spaces of #580afe

RGB 8810254
HSL0.720.990.52
HSV259°96°100°
CMYK 0.650.960.00   0.00
XYZ22.02249.447594.4288
Yxy9.44750.17490.0750
Hunter Lab30.736874.1029-160.6335
CIE-Lab36.832079.3752-99.6370

#580afe color RGB value is (88,10,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001010 11111110
Octal 130 12 376
Decimal 88 10 254
Hex 58 A FE

RGB Percentages of Color #580afe

%25.00
%2.84
%72.16

CMYK Percentages of Color #580afe

%65
%96
%0
%0

Triadic Colors of #580afe

#580afe #fe580a #0afe58

Analogous Colors of #580afe

#580afe #d20afe #0a36fe

Monochromatic Colors of #580afe

#580afe

Complementary Color

#580afe #b0fe0a

#580afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#580afe Color CSS Codes

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

#580afe Text Font Color

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

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


#580afe Background Color

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

This div background color is #580afe


#580afe Border Color

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

This div border color is #580afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580afe

Related Colors


Comments

No comments written yet.

Please login to write comment.