Color Hex Logo

#7489af Color Hex

#7489AF
(116,137,175)
0 Favorites   0 Comments

Color spaces of #7489af

RGB 116137175
HSL0.610.270.57
HSV219°34°69°
CMYK 0.340.220.00   0.31
XYZ23.886024.699544.0660
Yxy24.69950.25780.2666
Hunter Lab49.6986-1.1824-17.7814
CIE-Lab56.78151.8152-22.4521

#7489af color RGB value is (116,137,175).

#7489af hex color red value is 116, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7489af hue: 0.61 , saturation: 0.27 and the lightness value of 7489af is 0.57.

The process color (four color CMYK) of #7489af color hex is 0.34, 0.22, 0.00, 0.31. Web safe color of #7489af is #669999. Color #7489af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 10101111
Octal 164 211 257
Decimal 116 137 175
Hex 74 89 AF

RGB Percentages of Color #7489af

%27.10
%32.01
%40.89

CMYK Percentages of Color #7489af

%34
%22
%0
%31

Triadic Colors of #7489af

#7489af #af7489 #89af74

Analogous Colors of #7489af

#7489af #7d74af #74a7af

Monochromatic Colors of #7489af

#7489af

Complementary Color

#7489af #af9a74

#7489af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7489af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7489af Color CSS Codes

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

#7489af Text Font Color

<p style="color:#7489af">Text here</p>

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


#7489af Background Color

<div style="background-color:#7489af">
Div content here</div>

This div background color is #7489af


#7489af Border Color

<div style="border:3px solid #7489af">
Div here</div>

This div border color is #7489af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,137,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7489af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7489af;
  -webkit-box-shadow: 1px 1px 3px 2px #7489af;
  box-shadow:         1px 1px 3px 2px #7489af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7489af


Comments

No comments written yet.

Please login to write comment.