Color Hex Logo

#087bfb Color Hex

#087BFB
(8,123,251)
0 Favorites   0 Comments

Color spaces of #087bfb

RGB 8123251
HSL0.590.970.51
HSV212°97°98°
CMYK 0.970.510.00   0.02
XYZ24.595721.182694.0591
Yxy21.18260.17590.1515
Hunter Lab46.024614.8481-88.9521
CIE-Lab53.148820.5678-71.2554

#087bfb color RGB value is (8,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111011 11111011
Octal 10 173 373
Decimal 8 123 251
Hex 8 7B FB

RGB Percentages of Color #087bfb

%2.09
%32.20
%65.71

CMYK Percentages of Color #087bfb

%97
%51
%0
%2

Triadic Colors of #087bfb

#087bfb #fb087b #7bfb08

Analogous Colors of #087bfb

#087bfb #0e08fb #08f5fb

Monochromatic Colors of #087bfb

#087bfb

Complementary Color

#087bfb #fb8808

#087bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#087bfb Color CSS Codes

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

#087bfb Text Font Color

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

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


#087bfb Background Color

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

This div background color is #087bfb


#087bfb Border Color

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

This div border color is #087bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,123,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 #087bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087bfb


Comments

No comments written yet.

Please login to write comment.