Color Hex Logo

#7289af Color Hex

#7289AF
(114,137,175)
0 Favorites   0 Comments

Color spaces of #7289af

RGB 114137175
HSL0.600.280.57
HSV217°35°69°
CMYK 0.350.220.00   0.31
XYZ23.623024.563944.0537
Yxy24.56390.25610.2663
Hunter Lab49.5620-1.6540-18.0072
CIE-Lab56.64801.2280-22.6684

#7289af color RGB value is (114,137,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001001 10101111
Octal 162 211 257
Decimal 114 137 175
Hex 72 89 AF

RGB Percentages of Color #7289af

%26.76
%32.16
%41.08

CMYK Percentages of Color #7289af

%35
%22
%0
%31

Triadic Colors of #7289af

#7289af #af7289 #89af72

Analogous Colors of #7289af

#7289af #7a72af #72a8af

Monochromatic Colors of #7289af

#7289af

Complementary Color

#7289af #af9872

#7289af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7289af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7289af Color CSS Codes

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

#7289af Text Font Color

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

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


#7289af Background Color

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

This div background color is #7289af


#7289af Border Color

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

This div border color is #7289af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #7289af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7289af


Comments

No comments written yet.

Please login to write comment.