Color Hex Logo

#082337 Color Hex

#082337
(8,35,55)
0 Favorites   0 Comments

Color spaces of #082337

RGB 83555
HSL0.570.750.12
HSV206°85°22°
CMYK 0.850.360.00   0.78
XYZ1.39081.52953.8364
Yxy1.52950.20580.2264
Hunter Lab12.3673-1.5690-9.7350
CIE-Lab12.7944-1.8178-15.9214

#082337 color RGB value is (8,35,55).

#082337 hex color red value is 8, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #082337 hue: 0.57 , saturation: 0.75 and the lightness value of 082337 is 0.12.

The process color (four color CMYK) of #082337 color hex is 0.85, 0.36, 0.00, 0.78. Web safe color of #082337 is #003333. Color #082337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100011 00110111
Octal 10 43 67
Decimal 8 35 55
Hex 8 23 37

RGB Percentages of Color #082337

%8.16
%35.71
%56.12

CMYK Percentages of Color #082337

%85
%36
%0
%78

Triadic Colors of #082337

#082337 #370823 #233708

Analogous Colors of #082337

#082337 #080c37 #083734

Monochromatic Colors of #082337

#082337

Complementary Color

#082337 #371c08

#082337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082337 Color CSS Codes

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

#082337 Text Font Color

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

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


#082337 Background Color

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

This div background color is #082337


#082337 Border Color

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

This div border color is #082337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082337


Comments

No comments written yet.

Please login to write comment.