Color Hex Logo

#087fa7 Color Hex

#087FA7
(8,127,167)
0 Favorites   0 Comments

Color spaces of #087fa7

RGB 8127167
HSL0.540.910.34
HSV195°95°65°
CMYK 0.950.240.00   0.35
XYZ14.664618.020439.2646
Yxy18.02040.20380.2505
Hunter Lab42.4504-12.6250-25.1251
CIE-Lab49.5208-14.2451-29.3894

#087fa7 color RGB value is (8,127,167).

#087fa7 hex color red value is 8, green value is 127 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #087fa7 hue: 0.54 , saturation: 0.91 and the lightness value of 087fa7 is 0.34.

The process color (four color CMYK) of #087fa7 color hex is 0.95, 0.24, 0.00, 0.35. Web safe color of #087fa7 is #006699. Color #087fa7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111111 10100111
Octal 10 177 247
Decimal 8 127 167
Hex 8 7F A7

RGB Percentages of Color #087fa7

%2.65
%42.05
%55.30

CMYK Percentages of Color #087fa7

%95
%24
%0
%35

Triadic Colors of #087fa7

#087fa7 #a7087f #7fa708

Analogous Colors of #087fa7

#087fa7 #082fa7 #08a780

Monochromatic Colors of #087fa7

#087fa7

Complementary Color

#087fa7 #a73008

#087fa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087fa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087fa7 Color CSS Codes

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

#087fa7 Text Font Color

<p style="color:#087fa7">Text here</p>

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


#087fa7 Background Color

<div style="background-color:#087fa7">
Div content here</div>

This div background color is #087fa7


#087fa7 Border Color

<div style="border:3px solid #087fa7">
Div here</div>

This div border color is #087fa7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,127,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #087fa7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #087fa7;
  -webkit-box-shadow: 1px 1px 3px 2px #087fa7;
  box-shadow:         1px 1px 3px 2px #087fa7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,127,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087fa7


Comments

No comments written yet.

Please login to write comment.