Color Hex Logo

#583cfa Color Hex

#583CFA
(88,60,250)
0 Favorites   0 Comments

Color spaces of #583cfa

RGB 8860250
HSL0.690.950.61
HSV249°76°98°
CMYK 0.650.760.00   0.02
XYZ22.895712.208691.5922
Yxy12.20860.18070.0964
Hunter Lab34.940855.8195-130.9615
CIE-Lab41.545863.0640-89.5806

#583cfa color RGB value is (88,60,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111100 11111010
Octal 130 74 372
Decimal 88 60 250
Hex 58 3C FA

RGB Percentages of Color #583cfa

%22.11
%15.08
%62.81

CMYK Percentages of Color #583cfa

%65
%76
%0
%2

Triadic Colors of #583cfa

#583cfa #fa583c #3cfa58

Analogous Colors of #583cfa

#583cfa #b73cfa #3c7ffa

Monochromatic Colors of #583cfa

#583cfa

Complementary Color

#583cfa #defa3c

#583cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#583cfa Color CSS Codes

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

#583cfa Text Font Color

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

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


#583cfa Background Color

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

This div background color is #583cfa


#583cfa Border Color

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

This div border color is #583cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,60,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 #583cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.