Color Hex Logo

#585294 Color Hex

#585294
(88,82,148)
0 Favorites   0 Comments

Color spaces of #585294

RGB 8882148
HSL0.680.290.45
HSV245°45°58°
CMYK 0.410.450.00   0.42
XYZ12.387110.247429.3421
Yxy10.24740.23830.1972
Hunter Lab32.011613.0516-31.9377
CIE-Lab38.282819.5237-35.5924

#585294 color RGB value is (88,82,148).

#585294 hex color red value is 88, green value is 82 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #585294 hue: 0.68 , saturation: 0.29 and the lightness value of 585294 is 0.45.

The process color (four color CMYK) of #585294 color hex is 0.41, 0.45, 0.00, 0.42. Web safe color of #585294 is #666699. Color #585294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 10010100
Octal 130 122 224
Decimal 88 82 148
Hex 58 52 94

RGB Percentages of Color #585294

%27.67
%25.79
%46.54

CMYK Percentages of Color #585294

%41
%45
%0
%42

Triadic Colors of #585294

#585294 #945852 #529458

Analogous Colors of #585294

#585294 #795294 #526d94

Monochromatic Colors of #585294

#585294

Complementary Color

#585294 #8e9452

#585294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585294 Color CSS Codes

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

#585294 Text Font Color

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

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


#585294 Background Color

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

This div background color is #585294


#585294 Border Color

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

This div border color is #585294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585294


Comments

No comments written yet.

Please login to write comment.