Color Hex Logo

#087fdf Color Hex

#087FDF
(8,127,223)
0 Favorites   0 Comments

Color spaces of #087fdf

RGB 8127223
HSL0.570.930.45
HSV207°96°87°
CMYK 0.960.430.00   0.13
XYZ21.008820.558172.6729
Yxy20.55810.18390.1800
Hunter Lab45.34103.3613-63.2916
CIE-Lab52.46247.2169-56.7450

#087fdf color RGB value is (8,127,223).

#087fdf hex color red value is 8, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #087fdf hue: 0.57 , saturation: 0.93 and the lightness value of 087fdf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111111 11011111
Octal 10 177 337
Decimal 8 127 223
Hex 8 7F DF

RGB Percentages of Color #087fdf

%2.23
%35.47
%62.29

CMYK Percentages of Color #087fdf

%96
%43
%0
%13

Triadic Colors of #087fdf

#087fdf #df087f #7fdf08

Analogous Colors of #087fdf

#087fdf #0813df #08dfd4

Monochromatic Colors of #087fdf

#087fdf

Complementary Color

#087fdf #df6808

#087fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#087fdf Color CSS Codes

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

#087fdf Text Font Color

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

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


#087fdf Background Color

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

This div background color is #087fdf


#087fdf Border Color

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

This div border color is #087fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087fdf


Comments

No comments written yet.

Please login to write comment.