Color Hex Logo

#584680 Color Hex

#584680
(88,70,128)
0 Favorites   0 Comments

Color spaces of #584680

RGB 8870128
HSL0.720.290.39
HSV259°45°50°
CMYK 0.310.450.00   0.50
XYZ10.11098.013521.4359
Yxy8.01350.25560.2026
Hunter Lab28.308114.2162-25.0808
CIE-Lab34.011021.3475-30.1217

#584680 color RGB value is (88,70,128).

#584680 hex color red value is 88, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #584680 hue: 0.72 , saturation: 0.29 and the lightness value of 584680 is 0.39.

The process color (four color CMYK) of #584680 color hex is 0.31, 0.45, 0.00, 0.50. Web safe color of #584680 is #663399. Color #584680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 10000000
Octal 130 106 200
Decimal 88 70 128
Hex 58 46 80

RGB Percentages of Color #584680

%30.77
%24.48
%44.76

CMYK Percentages of Color #584680

%31
%45
%0
%50

Triadic Colors of #584680

#584680 #805846 #468058

Analogous Colors of #584680

#584680 #754680 #465180

Monochromatic Colors of #584680

#584680

Complementary Color

#584680 #6e8046

#584680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584680 Color CSS Codes

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

#584680 Text Font Color

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

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


#584680 Background Color

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

This div background color is #584680


#584680 Border Color

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

This div border color is #584680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584680


Comments

No comments written yet.

Please login to write comment.