Color Hex Logo

#580afc Color Hex

#580AFC
(88,10,252)
0 Favorites   0 Comments

Color spaces of #580afc

RGB 8810252
HSL0.720.980.51
HSV259°96°99°
CMYK 0.650.960.00   0.01
XYZ21.70379.320192.7505
Yxy9.32010.17530.0753
Hunter Lab30.528873.4746-158.7604
CIE-Lab36.593478.9148-98.9117

#580afc color RGB value is (88,10,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001010 11111100
Octal 130 12 374
Decimal 88 10 252
Hex 58 A FC

RGB Percentages of Color #580afc

%25.14
%2.86
%72.00

CMYK Percentages of Color #580afc

%65
%96
%0
%1

Triadic Colors of #580afc

#580afc #fc580a #0afc58

Analogous Colors of #580afc

#580afc #d10afc #0a35fc

Monochromatic Colors of #580afc

#580afc

Complementary Color

#580afc #aefc0a

#580afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#580afc Color CSS Codes

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

#580afc Text Font Color

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

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


#580afc Background Color

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

This div background color is #580afc


#580afc Border Color

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

This div border color is #580afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580afc

Related Colors


Comments

No comments written yet.

Please login to write comment.