Color Hex Logo

#087ada Color Hex

#087ADA
(8,122,218)
0 Favorites   0 Comments

Color spaces of #087ada

RGB 8122218
HSL0.580.930.44
HSV207°96°85°
CMYK 0.960.440.00   0.15
XYZ19.714619.032668.9643
Yxy19.03260.18300.1767
Hunter Lab43.62644.3174-63.1868
CIE-Lab50.72538.3646-56.7148

#087ada color RGB value is (8,122,218).

#087ada hex color red value is 8, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #087ada hue: 0.58 , saturation: 0.93 and the lightness value of 087ada is 0.44.

The process color (four color CMYK) of #087ada color hex is 0.96, 0.44, 0.00, 0.15. Web safe color of #087ada is #0066cc. Color #087ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111010 11011010
Octal 10 172 332
Decimal 8 122 218
Hex 8 7A DA

RGB Percentages of Color #087ada

%2.30
%35.06
%62.64

CMYK Percentages of Color #087ada

%96
%44
%0
%15

Triadic Colors of #087ada

#087ada #da087a #7ada08

Analogous Colors of #087ada

#087ada #0811da #08dad1

Monochromatic Colors of #087ada

#087ada

Complementary Color

#087ada #da6808

#087ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#087ada Color CSS Codes

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

#087ada Text Font Color

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

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


#087ada Background Color

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

This div background color is #087ada


#087ada Border Color

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

This div border color is #087ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087ada


Comments

No comments written yet.

Please login to write comment.