Color Hex Logo

#584686 Color Hex

#584686
(88,70,134)
0 Favorites   0 Comments

Color spaces of #584686

RGB 8870134
HSL0.710.310.40
HSV257°48°53°
CMYK 0.340.480.00   0.47
XYZ10.51778.176323.5781
Yxy8.17630.24880.1934
Hunter Lab28.594215.6170-28.8731
CIE-Lab34.347423.0331-33.2951

#584686 color RGB value is (88,70,134).

#584686 hex color red value is 88, green value is 70 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #584686 hue: 0.71 , saturation: 0.31 and the lightness value of 584686 is 0.40.

The process color (four color CMYK) of #584686 color hex is 0.34, 0.48, 0.00, 0.47. Web safe color of #584686 is #663399. Color #584686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 10000110
Octal 130 106 206
Decimal 88 70 134
Hex 58 46 86

RGB Percentages of Color #584686

%30.14
%23.97
%45.89

CMYK Percentages of Color #584686

%34
%48
%0
%47

Triadic Colors of #584686

#584686 #865846 #468658

Analogous Colors of #584686

#584686 #784686 #465486

Monochromatic Colors of #584686

#584686

Complementary Color

#584686 #748646

#584686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584686 Color CSS Codes

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

#584686 Text Font Color

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

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


#584686 Background Color

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

This div background color is #584686


#584686 Border Color

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

This div border color is #584686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584686


Comments

No comments written yet.

Please login to write comment.