Color Hex Logo

#582b8d Color Hex

#582B8D
(88,43,141)
0 Favorites   0 Comments

Color spaces of #582b8d

RGB 8843141
HSL0.740.530.36
HSV268°70°55°
CMYK 0.380.700.00   0.45
XYZ9.69615.725525.7934
Yxy5.72550.23530.1389
Hunter Lab23.928030.4577-47.1625
CIE-Lab28.709140.9153-46.6656

#582b8d color RGB value is (88,43,141).

#582b8d hex color red value is 88, green value is 43 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #582b8d hue: 0.74 , saturation: 0.53 and the lightness value of 582b8d is 0.36.

The process color (four color CMYK) of #582b8d color hex is 0.38, 0.70, 0.00, 0.45. Web safe color of #582b8d is #663399. Color #582b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101011 10001101
Octal 130 53 215
Decimal 88 43 141
Hex 58 2B 8D

RGB Percentages of Color #582b8d

%32.35
%15.81
%51.84

CMYK Percentages of Color #582b8d

%38
%70
%0
%45

Triadic Colors of #582b8d

#582b8d #8d582b #2b8d58

Analogous Colors of #582b8d

#582b8d #892b8d #2b2f8d

Monochromatic Colors of #582b8d

#582b8d

Complementary Color

#582b8d #608d2b

#582b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#582b8d Color CSS Codes

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

#582b8d Text Font Color

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

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


#582b8d Background Color

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

This div background color is #582b8d


#582b8d Border Color

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

This div border color is #582b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582b8d


Comments

No comments written yet.

Please login to write comment.