Color Hex Logo

#583ab4 Color Hex

#583AB4
(88,58,180)
0 Favorites   0 Comments

Color spaces of #583ab4

RGB 8858180
HSL0.710.510.47
HSV255°68°71°
CMYK 0.510.680.00   0.29
XYZ13.77588.396144.0746
Yxy8.39610.20790.1267
Hunter Lab28.976034.1545-69.9011
CIE-Lab34.794643.6991-60.3702

#583ab4 color RGB value is (88,58,180).

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

The process color (four color CMYK) of #583ab4 color hex is 0.51, 0.68, 0.00, 0.29. Web safe color of #583ab4 is #6633cc. Color #583ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111010 10110100
Octal 130 72 264
Decimal 88 58 180
Hex 58 3A B4

RGB Percentages of Color #583ab4

%26.99
%17.79
%55.21

CMYK Percentages of Color #583ab4

%51
%68
%0
%29

Triadic Colors of #583ab4

#583ab4 #b4583a #3ab458

Analogous Colors of #583ab4

#583ab4 #953ab4 #3a59b4

Monochromatic Colors of #583ab4

#583ab4

Complementary Color

#583ab4 #96b43a

#583ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583ab4 Color CSS Codes

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

#583ab4 Text Font Color

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

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


#583ab4 Background Color

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

This div background color is #583ab4


#583ab4 Border Color

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

This div border color is #583ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583ab4


Comments

No comments written yet.

Please login to write comment.