Color Hex Logo

#087dfb Color Hex

#087DFB
(8,125,251)
0 Favorites   0 Comments

Color spaces of #087dfb

RGB 8125251
HSL0.590.970.51
HSV211°97°98°
CMYK 0.970.500.00   0.02
XYZ24.846321.683994.1427
Yxy21.68390.17660.1541
Hunter Lab46.566013.7521-87.2708
CIE-Lab53.690019.3134-70.3787

#087dfb color RGB value is (8,125,251).

#087dfb hex color red value is 8, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #087dfb hue: 0.59 , saturation: 0.97 and the lightness value of 087dfb is 0.51.

The process color (four color CMYK) of #087dfb color hex is 0.97, 0.50, 0.00, 0.02. Web safe color of #087dfb is #0066ff. Color #087dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111101 11111011
Octal 10 175 373
Decimal 8 125 251
Hex 8 7D FB

RGB Percentages of Color #087dfb

%2.08
%32.55
%65.36

CMYK Percentages of Color #087dfb

%97
%50
%0
%2

Triadic Colors of #087dfb

#087dfb #fb087d #7dfb08

Analogous Colors of #087dfb

#087dfb #0d08fb #08f7fb

Monochromatic Colors of #087dfb

#087dfb

Complementary Color

#087dfb #fb8608

#087dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#087dfb Color CSS Codes

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

#087dfb Text Font Color

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

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


#087dfb Background Color

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

This div background color is #087dfb


#087dfb Border Color

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

This div border color is #087dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087dfb


Comments

No comments written yet.

Please login to write comment.