Color Hex Logo

#087def Color Hex

#087DEF
(8,125,239)
0 Favorites   0 Comments

Color spaces of #087def

RGB 8125239
HSL0.580.940.48
HSV210°97°94°
CMYK 0.970.480.00   0.06
XYZ23.013720.950984.4923
Yxy20.95090.17920.1631
Hunter Lab45.77229.6464-77.4048
CIE-Lab52.895714.6753-65.0017

#087def color RGB value is (8,125,239).

#087def hex color red value is 8, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #087def hue: 0.58 , saturation: 0.94 and the lightness value of 087def is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111101 11101111
Octal 10 175 357
Decimal 8 125 239
Hex 8 7D EF

RGB Percentages of Color #087def

%2.15
%33.60
%64.25

CMYK Percentages of Color #087def

%97
%48
%0
%6

Triadic Colors of #087def

#087def #ef087d #7def08

Analogous Colors of #087def

#087def #080aef #08efee

Monochromatic Colors of #087def

#087def

Complementary Color

#087def #ef7a08

#087def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087def Color Preview on White Background

Lorem ipsum dolor sit amet.

#087def Color CSS Codes

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

#087def Text Font Color

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

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


#087def Background Color

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

This div background color is #087def


#087def Border Color

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

This div border color is #087def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087def


Comments

No comments written yet.

Please login to write comment.