Color Hex Logo

#087dda Color Hex

#087DDA
(8,125,218)
0 Favorites   0 Comments

Color spaces of #087dda

RGB 8125218
HSL0.570.930.44
HSV207°96°85°
CMYK 0.960.430.00   0.15
XYZ20.088619.780869.0890
Yxy19.78080.18440.1815
Hunter Lab44.47562.7920-60.9689
CIE-Lab51.58856.5040-55.3301

#087dda color RGB value is (8,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111101 11011010
Octal 10 175 332
Decimal 8 125 218
Hex 8 7D DA

RGB Percentages of Color #087dda

%2.28
%35.61
%62.11

CMYK Percentages of Color #087dda

%96
%43
%0
%15

Triadic Colors of #087dda

#087dda #da087d #7dda08

Analogous Colors of #087dda

#087dda #0814da #08dace

Monochromatic Colors of #087dda

#087dda

Complementary Color

#087dda #da6508

#087dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#087dda Color CSS Codes

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

#087dda Text Font Color

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

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


#087dda Background Color

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

This div background color is #087dda


#087dda Border Color

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

This div border color is #087dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087dda


Comments

No comments written yet.

Please login to write comment.