Color Hex Logo

#582682 Color Hex

#582682
(88,38,130)
0 Favorites   0 Comments

Color spaces of #582682

RGB 8838130
HSL0.760.550.33
HSV273°71°51°
CMYK 0.320.710.00   0.49
XYZ8.74695.072621.6372
Yxy5.07260.24670.1431
Hunter Lab22.522429.9087-41.1939
CIE-Lab26.940640.6512-42.6751

#582682 color RGB value is (88,38,130).

#582682 hex color red value is 88, green value is 38 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #582682 hue: 0.76 , saturation: 0.55 and the lightness value of 582682 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100110 10000010
Octal 130 46 202
Decimal 88 38 130
Hex 58 26 82

RGB Percentages of Color #582682

%34.38
%14.84
%50.78

CMYK Percentages of Color #582682

%32
%71
%0
%49

Triadic Colors of #582682

#582682 #825826 #268258

Analogous Colors of #582682

#582682 #82267e #2a2682

Monochromatic Colors of #582682

#582682

Complementary Color

#582682 #508226

#582682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582682 Color CSS Codes

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

#582682 Text Font Color

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

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


#582682 Background Color

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

This div background color is #582682


#582682 Border Color

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

This div border color is #582682


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,38,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582682; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582682;
  -webkit-box-shadow: 1px 1px 3px 2px #582682;
  box-shadow:         1px 1px 3px 2px #582682; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582682


Comments

No comments written yet.

Please login to write comment.