Color Hex Logo

#582e8d Color Hex

#582E8D
(88,46,141)
0 Favorites   0 Comments

Color spaces of #582e8d

RGB 8846141
HSL0.740.510.37
HSV267°67°55°
CMYK 0.380.670.00   0.45
XYZ9.80925.951825.8311
Yxy5.95180.23580.1431
Hunter Lab24.396329.0772-45.6995
CIE-Lab29.290539.3140-45.7234

#582e8d color RGB value is (88,46,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101110 10001101
Octal 130 56 215
Decimal 88 46 141
Hex 58 2E 8D

RGB Percentages of Color #582e8d

%32.00
%16.73
%51.27

CMYK Percentages of Color #582e8d

%38
%67
%0
%45

Triadic Colors of #582e8d

#582e8d #8d582e #2e8d58

Analogous Colors of #582e8d

#582e8d #882e8d #2e348d

Monochromatic Colors of #582e8d

#582e8d

Complementary Color

#582e8d #638d2e

#582e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#582e8d Color CSS Codes

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

#582e8d Text Font Color

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

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


#582e8d Background Color

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

This div background color is #582e8d


#582e8d Border Color

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

This div border color is #582e8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582e8d


Comments

No comments written yet.

Please login to write comment.