Color Hex Logo

#582ac6 Color Hex

#582AC6
(88,42,198)
0 Favorites   0 Comments

Color spaces of #582ac6

RGB 8842198
HSL0.720.650.47
HSV258°79°78°
CMYK 0.560.790.00   0.22
XYZ15.04557.807954.1402
Yxy7.80790.19540.1014
Hunter Lab27.942647.2124-95.3175
CIE-Lab33.579656.7693-72.9647

#582ac6 color RGB value is (88,42,198).

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

The process color (four color CMYK) of #582ac6 color hex is 0.56, 0.79, 0.00, 0.22. Web safe color of #582ac6 is #6633cc. Color #582ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101010 11000110
Octal 130 52 306
Decimal 88 42 198
Hex 58 2A C6

RGB Percentages of Color #582ac6

%26.83
%12.80
%60.37

CMYK Percentages of Color #582ac6

%56
%79
%0
%22

Triadic Colors of #582ac6

#582ac6 #c6582a #2ac658

Analogous Colors of #582ac6

#582ac6 #a62ac6 #2a4ac6

Monochromatic Colors of #582ac6

#582ac6

Complementary Color

#582ac6 #98c62a

#582ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582ac6 Color CSS Codes

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

#582ac6 Text Font Color

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

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


#582ac6 Background Color

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

This div background color is #582ac6


#582ac6 Border Color

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

This div border color is #582ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582ac6


Comments

No comments written yet.

Please login to write comment.