Color Hex Logo

#7589bb Color Hex

#7589BB
(117,137,187)
0 Favorites   0 Comments

Color spaces of #7589bb

RGB 117137187
HSL0.620.340.60
HSV223°37°73°
CMYK 0.370.270.00   0.27
XYZ25.251425.261150.5587
Yxy25.26110.24980.2499
Hunter Lab50.26041.7247-24.4596
CIE-Lab57.32895.3564-28.4436

#7589bb color RGB value is (117,137,187).

#7589bb hex color red value is 117, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7589bb hue: 0.62 , saturation: 0.34 and the lightness value of 7589bb is 0.60.

The process color (four color CMYK) of #7589bb color hex is 0.37, 0.27, 0.00, 0.27. Web safe color of #7589bb is #6699cc. Color #7589bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 10111011
Octal 165 211 273
Decimal 117 137 187
Hex 75 89 BB

RGB Percentages of Color #7589bb

%26.53
%31.07
%42.40

CMYK Percentages of Color #7589bb

%37
%27
%0
%27

Triadic Colors of #7589bb

#7589bb #bb7589 #89bb75

Analogous Colors of #7589bb

#7589bb #8475bb #75acbb

Monochromatic Colors of #7589bb

#7589bb

Complementary Color

#7589bb #bba775

#7589bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7589bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7589bb Color CSS Codes

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

#7589bb Text Font Color

<p style="color:#7589bb">Text here</p>

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


#7589bb Background Color

<div style="background-color:#7589bb">
Div content here</div>

This div background color is #7589bb


#7589bb Border Color

<div style="border:3px solid #7589bb">
Div here</div>

This div border color is #7589bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,137,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7589bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7589bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7589bb;
  box-shadow:         1px 1px 3px 2px #7589bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7589bb


Comments

No comments written yet.

Please login to write comment.