Color Hex Logo

#082496 Color Hex

#082496
(8,36,150)
0 Favorites   0 Comments

Color spaces of #082496

RGB 836150
HSL0.630.900.31
HSV228°95°59°
CMYK 0.950.760.00   0.41
XYZ6.23603.515429.2040
Yxy3.51540.16010.0902
Hunter Lab18.749426.5572-79.2253
CIE-Lab21.999937.8700-63.4634

#082496 color RGB value is (8,36,150).

#082496 hex color red value is 8, green value is 36 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #082496 hue: 0.63 , saturation: 0.90 and the lightness value of 082496 is 0.31.

The process color (four color CMYK) of #082496 color hex is 0.95, 0.76, 0.00, 0.41. Web safe color of #082496 is #003399. Color #082496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100100 10010110
Octal 10 44 226
Decimal 8 36 150
Hex 8 24 96

RGB Percentages of Color #082496

%4.12
%18.56
%77.32

CMYK Percentages of Color #082496

%95
%76
%0
%41

Triadic Colors of #082496

#082496 #960824 #249608

Analogous Colors of #082496

#082496 #330896 #086b96

Monochromatic Colors of #082496

#082496

Complementary Color

#082496 #967a08

#082496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082496 Color CSS Codes

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

#082496 Text Font Color

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

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


#082496 Background Color

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

This div background color is #082496


#082496 Border Color

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

This div border color is #082496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082496


Comments

No comments written yet.

Please login to write comment.