Color Hex Logo

#582f9a Color Hex

#582F9A
(88,47,154)
0 Favorites   0 Comments

Color spaces of #582f9a

RGB 8847154
HSL0.730.530.39
HSV263°69°60°
CMYK 0.430.690.00   0.40
XYZ10.87386.440831.2419
Yxy6.44080.22390.1326
Hunter Lab25.378732.0675-55.2225
CIE-Lab30.498442.3027-51.7438

#582f9a color RGB value is (88,47,154).

#582f9a hex color red value is 88, green value is 47 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #582f9a hue: 0.73 , saturation: 0.53 and the lightness value of 582f9a is 0.39.

The process color (four color CMYK) of #582f9a color hex is 0.43, 0.69, 0.00, 0.40. Web safe color of #582f9a is #663399. Color #582f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 10011010
Octal 130 57 232
Decimal 88 47 154
Hex 58 2F 9A

RGB Percentages of Color #582f9a

%30.45
%16.26
%53.29

CMYK Percentages of Color #582f9a

%43
%69
%0
%40

Triadic Colors of #582f9a

#582f9a #9a582f #2f9a58

Analogous Colors of #582f9a

#582f9a #8e2f9a #2f3c9a

Monochromatic Colors of #582f9a

#582f9a

Complementary Color

#582f9a #719a2f

#582f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#582f9a Color CSS Codes

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

#582f9a Text Font Color

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

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


#582f9a Background Color

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

This div background color is #582f9a


#582f9a Border Color

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

This div border color is #582f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582f9a


Comments

No comments written yet.

Please login to write comment.