Color Hex Logo

#7588bd Color Hex

#7588BD
(117,136,189)
0 Favorites   0 Comments

Color spaces of #7588bd

RGB 117136189
HSL0.620.350.60
HSV224°38°74°
CMYK 0.380.280.00   0.26
XYZ25.325625.064351.6472
Yxy25.06430.24820.2456
Hunter Lab50.06432.6839-26.1197
CIE-Lab57.13806.4939-29.8764

#7588bd color RGB value is (117,136,189).

#7588bd hex color red value is 117, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7588bd hue: 0.62 , saturation: 0.35 and the lightness value of 7588bd is 0.60.

The process color (four color CMYK) of #7588bd color hex is 0.38, 0.28, 0.00, 0.26. Web safe color of #7588bd is #6699cc. Color #7588bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 10111101
Octal 165 210 275
Decimal 117 136 189
Hex 75 88 BD

RGB Percentages of Color #7588bd

%26.47
%30.77
%42.76

CMYK Percentages of Color #7588bd

%38
%28
%0
%26

Triadic Colors of #7588bd

#7588bd #bd7588 #88bd75

Analogous Colors of #7588bd

#7588bd #8675bd #75acbd

Monochromatic Colors of #7588bd

#7588bd

Complementary Color

#7588bd #bdaa75

#7588bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7588bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7588bd Color CSS Codes

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

#7588bd Text Font Color

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

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


#7588bd Background Color

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

This div background color is #7588bd


#7588bd Border Color

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

This div border color is #7588bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7588bd


Comments

No comments written yet.

Please login to write comment.