Color Hex Logo

#087dbd Color Hex

#087DBD
(8,125,189)
0 Favorites   0 Comments

Color spaces of #087dbd

RGB 8125189
HSL0.560.920.39
HSV201°96°74°
CMYK 0.960.340.00   0.26
XYZ16.619118.393050.8184
Yxy18.39300.19360.2143
Hunter Lab42.8871-5.8821-40.2339
CIE-Lab49.9693-4.7576-41.3973

#087dbd color RGB value is (8,125,189).

#087dbd hex color red value is 8, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #087dbd hue: 0.56 , saturation: 0.92 and the lightness value of 087dbd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111101 10111101
Octal 10 175 275
Decimal 8 125 189
Hex 8 7D BD

RGB Percentages of Color #087dbd

%2.48
%38.82
%58.70

CMYK Percentages of Color #087dbd

%96
%34
%0
%26

Triadic Colors of #087dbd

#087dbd #bd087d #7dbd08

Analogous Colors of #087dbd

#087dbd #0822bd #08bda3

Monochromatic Colors of #087dbd

#087dbd

Complementary Color

#087dbd #bd4808

#087dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#087dbd Color CSS Codes

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

#087dbd Text Font Color

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

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


#087dbd Background Color

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

This div background color is #087dbd


#087dbd Border Color

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

This div border color is #087dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087dbd


Comments

No comments written yet.

Please login to write comment.