Color Hex Logo

#7584ad Color Hex

#7584AD
(117,132,173)
0 Favorites   0 Comments

Color spaces of #7584ad

RGB 117132173
HSL0.620.250.57
HSV224°32°68°
CMYK 0.320.240.00   0.32
XYZ23.130223.301642.8137
Yxy23.30160.25920.2611
Hunter Lab48.27171.0557-18.7959
CIE-Lab55.38164.4851-23.4507

#7584ad color RGB value is (117,132,173).

#7584ad hex color red value is 117, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7584ad hue: 0.62 , saturation: 0.25 and the lightness value of 7584ad is 0.57.

The process color (four color CMYK) of #7584ad color hex is 0.32, 0.24, 0.00, 0.32. Web safe color of #7584ad is #669999. Color #7584ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000100 10101101
Octal 165 204 255
Decimal 117 132 173
Hex 75 84 AD

RGB Percentages of Color #7584ad

%27.73
%31.28
%41.00

CMYK Percentages of Color #7584ad

%32
%24
%0
%32

Triadic Colors of #7584ad

#7584ad #ad7584 #84ad75

Analogous Colors of #7584ad

#7584ad #8275ad #75a0ad

Monochromatic Colors of #7584ad

#7584ad

Complementary Color

#7584ad #ad9e75

#7584ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7584ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7584ad Color CSS Codes

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

#7584ad Text Font Color

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

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


#7584ad Background Color

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

This div background color is #7584ad


#7584ad Border Color

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

This div border color is #7584ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,132,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7584ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7584ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7584ad;
  box-shadow:         1px 1px 3px 2px #7584ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,132,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7584ad


Comments

No comments written yet.

Please login to write comment.