Color Hex Logo

#583afa Color Hex

#583AFA
(88,58,250)
0 Favorites   0 Comments

Color spaces of #583afa

RGB 8858250
HSL0.690.950.60
HSV249°77°98°
CMYK 0.650.770.00   0.02
XYZ22.792912.002991.5580
Yxy12.00290.18040.0950
Hunter Lab34.645256.8051-132.4360
CIE-Lab41.220763.9987-90.1175

#583afa color RGB value is (88,58,250).

#583afa hex color red value is 88, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #583afa hue: 0.69 , saturation: 0.95 and the lightness value of 583afa is 0.60.

The process color (four color CMYK) of #583afa color hex is 0.65, 0.77, 0.00, 0.02. Web safe color of #583afa is #6633ff. Color #583afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111010 11111010
Octal 130 72 372
Decimal 88 58 250
Hex 58 3A FA

RGB Percentages of Color #583afa

%22.22
%14.65
%63.13

CMYK Percentages of Color #583afa

%65
%77
%0
%2

Triadic Colors of #583afa

#583afa #fa583a #3afa58

Analogous Colors of #583afa

#583afa #b83afa #3a7cfa

Monochromatic Colors of #583afa

#583afa

Complementary Color

#583afa #dcfa3a

#583afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#583afa Color CSS Codes

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

#583afa Text Font Color

<p style="color:#583afa">Text here</p>

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


#583afa Background Color

<div style="background-color:#583afa">
Div content here</div>

This div background color is #583afa


#583afa Border Color

<div style="border:3px solid #583afa">
Div here</div>

This div border color is #583afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #583afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #583afa;
  -webkit-box-shadow: 1px 1px 3px 2px #583afa;
  box-shadow:         1px 1px 3px 2px #583afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583afa


Comments

No comments written yet.

Please login to write comment.