Color Hex Logo

#7588ad Color Hex

#7588AD
(117,136,173)
0 Favorites   0 Comments

Color spaces of #7588ad

RGB 117136173
HSL0.610.250.57
HSV220°32°68°
CMYK 0.320.210.00   0.32
XYZ23.683124.407442.9980
Yxy24.40740.26000.2680
Hunter Lab49.4038-0.8878-17.0196
CIE-Lab56.49342.1608-21.7438

#7588ad color RGB value is (117,136,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 10101101
Octal 165 210 255
Decimal 117 136 173
Hex 75 88 AD

RGB Percentages of Color #7588ad

%27.46
%31.92
%40.61

CMYK Percentages of Color #7588ad

%32
%21
%0
%32

Triadic Colors of #7588ad

#7588ad #ad7588 #88ad75

Analogous Colors of #7588ad

#7588ad #7e75ad #75a4ad

Monochromatic Colors of #7588ad

#7588ad

Complementary Color

#7588ad #ad9a75

#7588ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7588ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7588ad Color CSS Codes

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

#7588ad Text Font Color

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

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


#7588ad Background Color

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

This div background color is #7588ad


#7588ad Border Color

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

This div border color is #7588ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,136,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 #7588ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7588ad


Comments

No comments written yet.

Please login to write comment.