Color Hex Logo

#087cda Color Hex

#087CDA
(8,124,218)
0 Favorites   0 Comments

Color spaces of #087cda

RGB 8124218
HSL0.570.930.44
HSV207°96°85°
CMYK 0.960.430.00   0.15
XYZ19.962719.528969.0470
Yxy19.52890.18390.1799
Hunter Lab44.19153.2989-61.7036
CIE-Lab51.30037.1225-55.7920

#087cda color RGB value is (8,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111100 11011010
Octal 10 174 332
Decimal 8 124 218
Hex 8 7C DA

RGB Percentages of Color #087cda

%2.29
%35.43
%62.29

CMYK Percentages of Color #087cda

%96
%43
%0
%15

Triadic Colors of #087cda

#087cda #da087c #7cda08

Analogous Colors of #087cda

#087cda #0813da #08dacf

Monochromatic Colors of #087cda

#087cda

Complementary Color

#087cda #da6608

#087cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#087cda Color CSS Codes

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

#087cda Text Font Color

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

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


#087cda Background Color

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

This div background color is #087cda


#087cda Border Color

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

This div border color is #087cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,124,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 #087cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087cda


Comments

No comments written yet.

Please login to write comment.