Color Hex Logo

#583aad Color Hex

#583AAD
(88,58,173)
0 Favorites   0 Comments

Color spaces of #583aad

RGB 8858173
HSL0.710.500.45
HSV256°66°68°
CMYK 0.490.660.00   0.32
XYZ13.08048.117940.4127
Yxy8.11790.21230.1318
Hunter Lab28.491932.0869-64.1521
CIE-Lab34.227241.6486-57.1319

#583aad color RGB value is (88,58,173).

#583aad hex color red value is 88, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #583aad hue: 0.71 , saturation: 0.50 and the lightness value of 583aad is 0.45.

The process color (four color CMYK) of #583aad color hex is 0.49, 0.66, 0.00, 0.32. Web safe color of #583aad is #663399. Color #583aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111010 10101101
Octal 130 72 255
Decimal 88 58 173
Hex 58 3A AD

RGB Percentages of Color #583aad

%27.59
%18.18
%54.23

CMYK Percentages of Color #583aad

%49
%66
%0
%32

Triadic Colors of #583aad

#583aad #ad583a #3aad58

Analogous Colors of #583aad

#583aad #923aad #3a56ad

Monochromatic Colors of #583aad

#583aad

Complementary Color

#583aad #8fad3a

#583aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#583aad Color CSS Codes

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

#583aad Text Font Color

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

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


#583aad Background Color

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

This div background color is #583aad


#583aad Border Color

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

This div border color is #583aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583aad


Comments

No comments written yet.

Please login to write comment.