Color Hex Logo

#583faa Color Hex

#583FAA
(88,63,170)
0 Favorites   0 Comments

Color spaces of #583faa

RGB 8863170
HSL0.710.460.46
HSV254°63°67°
CMYK 0.480.630.00   0.33
XYZ13.05778.532038.9888
Yxy8.53200.21560.1408
Hunter Lab29.209628.6789-58.6933
CIE-Lab35.067137.8789-53.9755

#583faa color RGB value is (88,63,170).

#583faa hex color red value is 88, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #583faa hue: 0.71 , saturation: 0.46 and the lightness value of 583faa is 0.46.

The process color (four color CMYK) of #583faa color hex is 0.48, 0.63, 0.00, 0.33. Web safe color of #583faa is #663399. Color #583faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111111 10101010
Octal 130 77 252
Decimal 88 63 170
Hex 58 3F AA

RGB Percentages of Color #583faa

%27.41
%19.63
%52.96

CMYK Percentages of Color #583faa

%48
%63
%0
%33

Triadic Colors of #583faa

#583faa #aa583f #3faa58

Analogous Colors of #583faa

#583faa #8e3faa #3f5caa

Monochromatic Colors of #583faa

#583faa

Complementary Color

#583faa #91aa3f

#583faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#583faa Color CSS Codes

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

#583faa Text Font Color

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

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


#583faa Background Color

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

This div background color is #583faa


#583faa Border Color

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

This div border color is #583faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583faa


Comments

No comments written yet.

Please login to write comment.