Color Hex Logo

#7087af Color Hex

#7087AF
(112,135,175)
0 Favorites   0 Comments

Color spaces of #7087af

RGB 112135175
HSL0.610.280.56
HSV218°36°69°
CMYK 0.360.230.00   0.31
XYZ23.083923.867843.9477
Yxy23.86780.25390.2626
Hunter Lab48.8547-1.1542-19.1366
CIE-Lab55.95521.8045-23.7442

#7087af color RGB value is (112,135,175).

#7087af hex color red value is 112, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7087af hue: 0.61 , saturation: 0.28 and the lightness value of 7087af is 0.56.

The process color (four color CMYK) of #7087af color hex is 0.36, 0.23, 0.00, 0.31. Web safe color of #7087af is #669999. Color #7087af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 10101111
Octal 160 207 257
Decimal 112 135 175
Hex 70 87 AF

RGB Percentages of Color #7087af

%26.54
%31.99
%41.47

CMYK Percentages of Color #7087af

%36
%23
%0
%31

Triadic Colors of #7087af

#7087af #af7087 #87af70

Analogous Colors of #7087af

#7087af #7970af #70a7af

Monochromatic Colors of #7087af

#7087af

Complementary Color

#7087af #af9870

#7087af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7087af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7087af Color CSS Codes

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

#7087af Text Font Color

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

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


#7087af Background Color

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

This div background color is #7087af


#7087af Border Color

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

This div border color is #7087af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7087af


Comments

No comments written yet.

Please login to write comment.