Color Hex Logo

#082387 Color Hex

#082387
(8,35,135)
0 Favorites   0 Comments

Color spaces of #082387

RGB 835135
HSL0.630.890.28
HSV227°94°53°
CMYK 0.940.740.00   0.47
XYZ5.07433.003023.2339
Yxy3.00300.16210.0959
Hunter Lab17.329221.9421-67.3620
CIE-Lab20.055932.8572-57.3482

#082387 color RGB value is (8,35,135).

#082387 hex color red value is 8, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #082387 hue: 0.63 , saturation: 0.89 and the lightness value of 082387 is 0.28.

The process color (four color CMYK) of #082387 color hex is 0.94, 0.74, 0.00, 0.47. Web safe color of #082387 is #003399. Color #082387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100011 10000111
Octal 10 43 207
Decimal 8 35 135
Hex 8 23 87

RGB Percentages of Color #082387

%4.49
%19.66
%75.84

CMYK Percentages of Color #082387

%94
%74
%0
%47

Triadic Colors of #082387

#082387 #870823 #238708

Analogous Colors of #082387

#082387 #2d0887 #086387

Monochromatic Colors of #082387

#082387

Complementary Color

#082387 #876c08

#082387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082387 Color CSS Codes

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

#082387 Text Font Color

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

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


#082387 Background Color

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

This div background color is #082387


#082387 Border Color

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

This div border color is #082387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082387


Comments

No comments written yet.

Please login to write comment.