Color Hex Logo

#582094 Color Hex

#582094
(88,32,148)
0 Favorites   0 Comments

Color spaces of #582094

RGB 8832148
HSL0.750.640.35
HSV269°78°58°
CMYK 0.410.780.00   0.42
XYZ9.88635.245828.5085
Yxy5.24580.22650.1202
Hunter Lab22.903736.9674-57.7663
CIE-Lab27.423947.9728-53.0796

#582094 color RGB value is (88,32,148).

#582094 hex color red value is 88, green value is 32 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #582094 hue: 0.75 , saturation: 0.64 and the lightness value of 582094 is 0.35.

The process color (four color CMYK) of #582094 color hex is 0.41, 0.78, 0.00, 0.42. Web safe color of #582094 is #663399. Color #582094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 10010100
Octal 130 40 224
Decimal 88 32 148
Hex 58 20 94

RGB Percentages of Color #582094

%32.84
%11.94
%55.22

CMYK Percentages of Color #582094

%41
%78
%0
%42

Triadic Colors of #582094

#582094 #945820 #209458

Analogous Colors of #582094

#582094 #922094 #202294

Monochromatic Colors of #582094

#582094

Complementary Color

#582094 #5c9420

#582094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582094 Color CSS Codes

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

#582094 Text Font Color

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

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


#582094 Background Color

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

This div background color is #582094


#582094 Border Color

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

This div border color is #582094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582094


Comments

No comments written yet.

Please login to write comment.