Color Hex Logo

#087bff Color Hex

#087BFF
(8,123,255)
0 Favorites   0 Comments

Color spaces of #087bff

RGB 8123255
HSL0.591.000.52
HSV212°97°100°
CMYK 0.970.520.00   0.00
XYZ25.233121.437597.4157
Yxy21.43750.17510.1488
Hunter Lab46.300616.2535-92.3346
CIE-Lab53.425022.1060-73.0185

#087bff color RGB value is (8,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111011 11111111
Octal 10 173 377
Decimal 8 123 255
Hex 8 7B FF

RGB Percentages of Color #087bff

%2.07
%31.87
%66.06

CMYK Percentages of Color #087bff

%97
%52
%0
%0

Triadic Colors of #087bff

#087bff #ff087b #7bff08

Analogous Colors of #087bff

#087bff #1108ff #08f7ff

Monochromatic Colors of #087bff

#087bff

Complementary Color

#087bff #ff8c08

#087bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#087bff Color CSS Codes

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

#087bff Text Font Color

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

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


#087bff Background Color

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

This div background color is #087bff


#087bff Border Color

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

This div border color is #087bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087bff

Related Colors


Comments

No comments written yet.

Please login to write comment.