Color Hex Logo

#582bad Color Hex

#582BAD
(88,43,173)
0 Favorites   0 Comments

Color spaces of #582bad

RGB 8843173
HSL0.720.600.42
HSV261°75°68°
CMYK 0.490.750.00   0.32
XYZ12.43126.819640.1963
Yxy6.81960.20910.1147
Hunter Lab26.114439.2711-72.9815
CIE-Lab31.392649.5233-61.7621

#582bad color RGB value is (88,43,173).

#582bad hex color red value is 88, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #582bad hue: 0.72 , saturation: 0.60 and the lightness value of 582bad is 0.42.

The process color (four color CMYK) of #582bad color hex is 0.49, 0.75, 0.00, 0.32. Web safe color of #582bad is #663399. Color #582bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101011 10101101
Octal 130 53 255
Decimal 88 43 173
Hex 58 2B AD

RGB Percentages of Color #582bad

%28.95
%14.14
%56.91

CMYK Percentages of Color #582bad

%49
%75
%0
%32

Triadic Colors of #582bad

#582bad #ad582b #2bad58

Analogous Colors of #582bad

#582bad #992bad #2b3fad

Monochromatic Colors of #582bad

#582bad

Complementary Color

#582bad #80ad2b

#582bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#582bad Color CSS Codes

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

#582bad Text Font Color

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

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


#582bad Background Color

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

This div background color is #582bad


#582bad Border Color

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

This div border color is #582bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582bad


Comments

No comments written yet.

Please login to write comment.