Color Hex Logo

#087cbd Color Hex

#087CBD
(8,124,189)
0 Favorites   0 Comments

Color spaces of #087cbd

RGB 8124189
HSL0.560.920.39
HSV202°96°74°
CMYK 0.960.340.00   0.26
XYZ16.493118.141150.7764
Yxy18.14110.19310.2124
Hunter Lab42.5924-5.4159-40.8678
CIE-Lab49.6668-4.1619-41.8762

#087cbd color RGB value is (8,124,189).

#087cbd hex color red value is 8, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #087cbd hue: 0.56 , saturation: 0.92 and the lightness value of 087cbd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111100 10111101
Octal 10 174 275
Decimal 8 124 189
Hex 8 7C BD

RGB Percentages of Color #087cbd

%2.49
%38.63
%58.88

CMYK Percentages of Color #087cbd

%96
%34
%0
%26

Triadic Colors of #087cbd

#087cbd #bd087c #7cbd08

Analogous Colors of #087cbd

#087cbd #0822bd #08bda4

Monochromatic Colors of #087cbd

#087cbd

Complementary Color

#087cbd #bd4908

#087cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#087cbd Color CSS Codes

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

#087cbd Text Font Color

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

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


#087cbd Background Color

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

This div background color is #087cbd


#087cbd Border Color

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

This div border color is #087cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087cbd


Comments

No comments written yet.

Please login to write comment.