Color Hex Logo

#083292 Color Hex

#083292
(8,50,146)
0 Favorites   0 Comments

Color spaces of #083292

RGB 850146
HSL0.620.900.30
HSV222°95°57°
CMYK 0.950.660.00   0.43
XYZ6.42904.408227.7061
Yxy4.40820.16680.1144
Hunter Lab20.995717.9152-63.5425
CIE-Lab24.977527.0952-56.0857

#083292 color RGB value is (8,50,146).

#083292 hex color red value is 8, green value is 50 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #083292 hue: 0.62 , saturation: 0.90 and the lightness value of 083292 is 0.30.

The process color (four color CMYK) of #083292 color hex is 0.95, 0.66, 0.00, 0.43. Web safe color of #083292 is #003399. Color #083292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110010 10010010
Octal 10 62 222
Decimal 8 50 146
Hex 8 32 92

RGB Percentages of Color #083292

%3.92
%24.51
%71.57

CMYK Percentages of Color #083292

%95
%66
%0
%43

Triadic Colors of #083292

#083292 #920832 #329208

Analogous Colors of #083292

#083292 #230892 #087792

Monochromatic Colors of #083292

#083292

Complementary Color

#083292 #926808

#083292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083292 Color CSS Codes

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

#083292 Text Font Color

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

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


#083292 Background Color

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

This div background color is #083292


#083292 Border Color

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

This div border color is #083292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083292


Comments

No comments written yet.

Please login to write comment.