Color Hex Logo

#582aba Color Hex

#582ABA
(88,42,186)
0 Favorites   0 Comments

Color spaces of #582aba

RGB 8842186
HSL0.720.630.45
HSV259°77°73°
CMYK 0.530.770.00   0.27
XYZ13.71547.275847.1359
Yxy7.27580.20130.1068
Hunter Lab26.973743.5585-84.7263
CIE-Lab32.426753.5210-67.8016

#582aba color RGB value is (88,42,186).

#582aba hex color red value is 88, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #582aba hue: 0.72 , saturation: 0.63 and the lightness value of 582aba is 0.45.

The process color (four color CMYK) of #582aba color hex is 0.53, 0.77, 0.00, 0.27. Web safe color of #582aba is #6633cc. Color #582aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101010 10111010
Octal 130 52 272
Decimal 88 42 186
Hex 58 2A BA

RGB Percentages of Color #582aba

%27.85
%13.29
%58.86

CMYK Percentages of Color #582aba

%53
%77
%0
%27

Triadic Colors of #582aba

#582aba #ba582a #2aba58

Analogous Colors of #582aba

#582aba #a02aba #2a44ba

Monochromatic Colors of #582aba

#582aba

Complementary Color

#582aba #8cba2a

#582aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#582aba Color CSS Codes

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

#582aba Text Font Color

<p style="color:#582aba">Text here</p>

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


#582aba Background Color

<div style="background-color:#582aba">
Div content here</div>

This div background color is #582aba


#582aba Border Color

<div style="border:3px solid #582aba">
Div here</div>

This div border color is #582aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,42,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582aba;
  -webkit-box-shadow: 1px 1px 3px 2px #582aba;
  box-shadow:         1px 1px 3px 2px #582aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582aba


Comments

No comments written yet.

Please login to write comment.