Color Hex Logo

#087ffc Color Hex

#087FFC
(8,127,252)
0 Favorites   0 Comments

Color spaces of #087ffc

RGB 8127252
HSL0.590.980.51
HSV211°97°99°
CMYK 0.970.500.00   0.01
XYZ25.260222.258695.0605
Yxy22.25860.17720.1561
Hunter Lab47.179013.0077-86.4375
CIE-Lab54.300318.4482-69.9436

#087ffc color RGB value is (8,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111111 11111100
Octal 10 177 374
Decimal 8 127 252
Hex 8 7F FC

RGB Percentages of Color #087ffc

%2.07
%32.82
%65.12

CMYK Percentages of Color #087ffc

%97
%50
%0
%1

Triadic Colors of #087ffc

#087ffc #fc087f #7ffc08

Analogous Colors of #087ffc

#087ffc #0b08fc #08f9fc

Monochromatic Colors of #087ffc

#087ffc

Complementary Color

#087ffc #fc8508

#087ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#087ffc Color CSS Codes

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

#087ffc Text Font Color

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

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


#087ffc Background Color

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

This div background color is #087ffc


#087ffc Border Color

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

This div border color is #087ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087ffc


Comments

No comments written yet.

Please login to write comment.