Color Hex Logo

#7189ba Color Hex

#7189BA
(113,137,186)
0 Favorites   0 Comments

Color spaces of #7189ba

RGB 113137186
HSL0.610.350.59
HSV220°39°73°
CMYK 0.390.260.00   0.27
XYZ24.618624.947249.9721
Yxy24.94720.24730.2506
Hunter Lab49.94720.5738-24.3566
CIE-Lab57.02393.9634-28.3682

#7189ba color RGB value is (113,137,186).

#7189ba hex color red value is 113, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7189ba hue: 0.61 , saturation: 0.35 and the lightness value of 7189ba is 0.59.

The process color (four color CMYK) of #7189ba color hex is 0.39, 0.26, 0.00, 0.27. Web safe color of #7189ba is #6699cc. Color #7189ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 10111010
Octal 161 211 272
Decimal 113 137 186
Hex 71 89 BA

RGB Percentages of Color #7189ba

%25.92
%31.42
%42.66

CMYK Percentages of Color #7189ba

%39
%26
%0
%27

Triadic Colors of #7189ba

#7189ba #ba7189 #89ba71

Analogous Colors of #7189ba

#7189ba #7e71ba #71aeba

Monochromatic Colors of #7189ba

#7189ba

Complementary Color

#7189ba #baa271

#7189ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7189ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7189ba Color CSS Codes

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

#7189ba Text Font Color

<p style="color:#7189ba">Text here</p>

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


#7189ba Background Color

<div style="background-color:#7189ba">
Div content here</div>

This div background color is #7189ba


#7189ba Border Color

<div style="border:3px solid #7189ba">
Div here</div>

This div border color is #7189ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,137,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7189ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7189ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7189ba;
  box-shadow:         1px 1px 3px 2px #7189ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7189ba


Comments

No comments written yet.

Please login to write comment.