Color Hex Logo

#7189bd Color Hex

#7189BD
(113,137,189)
0 Favorites   0 Comments

Color spaces of #7189bd

RGB 113137189
HSL0.610.370.59
HSV221°40°74°
CMYK 0.400.280.00   0.26
XYZ24.941025.076251.6698
Yxy25.07620.24530.2466
Hunter Lab50.07611.2707-26.1236
CIE-Lab57.14964.8070-29.8792

#7189bd color RGB value is (113,137,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 10111101
Octal 161 211 275
Decimal 113 137 189
Hex 71 89 BD

RGB Percentages of Color #7189bd

%25.74
%31.21
%43.05

CMYK Percentages of Color #7189bd

%40
%28
%0
%26

Triadic Colors of #7189bd

#7189bd #bd7189 #89bd71

Analogous Colors of #7189bd

#7189bd #7f71bd #71afbd

Monochromatic Colors of #7189bd

#7189bd

Complementary Color

#7189bd #bda571

#7189bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7189bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7189bd Color CSS Codes

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

#7189bd Text Font Color

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

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


#7189bd Background Color

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

This div background color is #7189bd


#7189bd Border Color

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

This div border color is #7189bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,137,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 #7189bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7189bd

#7189bd Color Palettes


Comments

No comments written yet.

Please login to write comment.