Color Hex Logo

#583eaa Color Hex

#583EAA
(88,62,170)
0 Favorites   0 Comments

Color spaces of #583eaa

RGB 8862170
HSL0.710.470.45
HSV254°64°67°
CMYK 0.480.640.00   0.33
XYZ13.00288.422238.9705
Yxy8.42220.21530.1395
Hunter Lab29.021029.1897-59.3021
CIE-Lab34.847138.4651-54.3326

#583eaa color RGB value is (88,62,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111110 10101010
Octal 130 76 252
Decimal 88 62 170
Hex 58 3E AA

RGB Percentages of Color #583eaa

%27.50
%19.38
%53.13

CMYK Percentages of Color #583eaa

%48
%64
%0
%33

Triadic Colors of #583eaa

#583eaa #aa583e #3eaa58

Analogous Colors of #583eaa

#583eaa #8e3eaa #3e5aaa

Monochromatic Colors of #583eaa

#583eaa

Complementary Color

#583eaa #90aa3e

#583eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#583eaa Color CSS Codes

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

#583eaa Text Font Color

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

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


#583eaa Background Color

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

This div background color is #583eaa


#583eaa Border Color

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

This div border color is #583eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583eaa


Comments

No comments written yet.

Please login to write comment.