Color Hex Logo

#583dac Color Hex

#583DAC
(88,61,172)
0 Favorites   0 Comments

Color spaces of #583dac

RGB 8861172
HSL0.710.480.46
HSV255°65°67°
CMYK 0.490.650.00   0.33
XYZ13.13968.390839.9568
Yxy8.39080.21370.1365
Hunter Lab28.966930.2769-61.5076
CIE-Lab34.783939.6382-55.6297

#583dac color RGB value is (88,61,172).

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

The process color (four color CMYK) of #583dac color hex is 0.49, 0.65, 0.00, 0.33. Web safe color of #583dac is #663399. Color #583dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111101 10101100
Octal 130 75 254
Decimal 88 61 172
Hex 58 3D AC

RGB Percentages of Color #583dac

%27.41
%19.00
%53.58

CMYK Percentages of Color #583dac

%49
%65
%0
%33

Triadic Colors of #583dac

#583dac #ac583d #3dac58

Analogous Colors of #583dac

#583dac #903dac #3d59ac

Monochromatic Colors of #583dac

#583dac

Complementary Color

#583dac #91ac3d

#583dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#583dac Color CSS Codes

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

#583dac Text Font Color

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

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


#583dac Background Color

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

This div background color is #583dac


#583dac Border Color

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

This div border color is #583dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583dac


Comments

No comments written yet.

Please login to write comment.