Color Hex Logo

#7588ac Color Hex

#7588AC
(117,136,172)
0 Favorites   0 Comments

Color spaces of #7588ac

RGB 117136172
HSL0.610.250.57
HSV219°32°67°
CMYK 0.320.210.00   0.33
XYZ23.586724.368842.4902
Yxy24.36880.26080.2694
Hunter Lab49.3648-1.1003-16.4779
CIE-Lab56.45521.8981-21.2298

#7588ac color RGB value is (117,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 10101100
Octal 165 210 254
Decimal 117 136 172
Hex 75 88 AC

RGB Percentages of Color #7588ac

%27.53
%32.00
%40.47

CMYK Percentages of Color #7588ac

%32
%21
%0
%33

Triadic Colors of #7588ac

#7588ac #ac7588 #88ac75

Analogous Colors of #7588ac

#7588ac #7e75ac #75a4ac

Monochromatic Colors of #7588ac

#7588ac

Complementary Color

#7588ac #ac9975

#7588ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7588ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7588ac Color CSS Codes

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

#7588ac Text Font Color

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

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


#7588ac Background Color

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

This div background color is #7588ac


#7588ac Border Color

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

This div border color is #7588ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7588ac


Comments

No comments written yet.

Please login to write comment.