Color Hex Logo

#083576 Color Hex

#083576
(8,53,118)
0 Favorites   0 Comments

Color spaces of #083576

RGB 853118
HSL0.600.870.25
HSV215°93°46°
CMYK 0.930.550.00   0.54
XYZ4.64333.905817.6487
Yxy3.90580.17720.1491
Hunter Lab19.76317.3528-39.1126
CIE-Lab23.357513.1371-41.1893

#083576 color RGB value is (8,53,118).

#083576 hex color red value is 8, green value is 53 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #083576 hue: 0.60 , saturation: 0.87 and the lightness value of 083576 is 0.25.

The process color (four color CMYK) of #083576 color hex is 0.93, 0.55, 0.00, 0.54. Web safe color of #083576 is #003366. Color #083576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110101 01110110
Octal 10 65 166
Decimal 8 53 118
Hex 8 35 76

RGB Percentages of Color #083576

%4.47
%29.61
%65.92

CMYK Percentages of Color #083576

%93
%55
%0
%54

Triadic Colors of #083576

#083576 #760835 #357608

Analogous Colors of #083576

#083576 #120876 #086c76

Monochromatic Colors of #083576

#083576

Complementary Color

#083576 #764908

#083576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083576 Color CSS Codes

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

#083576 Text Font Color

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

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


#083576 Background Color

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

This div background color is #083576


#083576 Border Color

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

This div border color is #083576


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,53,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083576; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083576;
  -webkit-box-shadow: 1px 1px 3px 2px #083576;
  box-shadow:         1px 1px 3px 2px #083576; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083576


Comments

No comments written yet.

Please login to write comment.