Color Hex Logo

#584aac Color Hex

#584AAC
(88,74,172)
0 Favorites   0 Comments

Color spaces of #584aac

RGB 8874172
HSL0.690.400.48
HSV249°57°67°
CMYK 0.490.570.00   0.33
XYZ13.91979.950840.2168
Yxy9.95080.21720.1553
Hunter Lab31.544923.5625-53.5078
CIE-Lab37.754031.8543-50.8187

#584aac color RGB value is (88,74,172).

#584aac hex color red value is 88, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #584aac hue: 0.69 , saturation: 0.40 and the lightness value of 584aac is 0.48.

The process color (four color CMYK) of #584aac color hex is 0.49, 0.57, 0.00, 0.33. Web safe color of #584aac is #663399. Color #584aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001010 10101100
Octal 130 112 254
Decimal 88 74 172
Hex 58 4A AC

RGB Percentages of Color #584aac

%26.35
%22.16
%51.50

CMYK Percentages of Color #584aac

%49
%57
%0
%33

Triadic Colors of #584aac

#584aac #ac584a #4aac58

Analogous Colors of #584aac

#584aac #894aac #4a6dac

Monochromatic Colors of #584aac

#584aac

Complementary Color

#584aac #9eac4a

#584aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#584aac Color CSS Codes

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

#584aac Text Font Color

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

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


#584aac Background Color

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

This div background color is #584aac


#584aac Border Color

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

This div border color is #584aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,74,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584aac;
  -webkit-box-shadow: 1px 1px 3px 2px #584aac;
  box-shadow:         1px 1px 3px 2px #584aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584aac


Comments

No comments written yet.

Please login to write comment.