Color Hex Logo

#083363 Color Hex

#083363
(8,51,99)
0 Favorites   0 Comments

Color spaces of #083363

RGB 85199
HSL0.590.850.21
HSV212°92°39°
CMYK 0.920.480.00   0.61
XYZ3.53613.320112.2589
Yxy3.32010.18500.1737
Hunter Lab18.22112.7537-27.1346
CIE-Lab21.28286.2146-32.2934

#083363 color RGB value is (8,51,99).

#083363 hex color red value is 8, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #083363 hue: 0.59 , saturation: 0.85 and the lightness value of 083363 is 0.21.

The process color (four color CMYK) of #083363 color hex is 0.92, 0.48, 0.00, 0.61. Web safe color of #083363 is #003366. Color #083363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110011 01100011
Octal 10 63 143
Decimal 8 51 99
Hex 8 33 63

RGB Percentages of Color #083363

%5.06
%32.28
%62.66

CMYK Percentages of Color #083363

%92
%48
%0
%61

Triadic Colors of #083363

#083363 #630833 #336308

Analogous Colors of #083363

#083363 #0b0863 #086163

Monochromatic Colors of #083363

#083363

Complementary Color

#083363 #633808

#083363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083363 Color CSS Codes

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

#083363 Text Font Color

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

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


#083363 Background Color

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

This div background color is #083363


#083363 Border Color

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

This div border color is #083363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083363


Comments

No comments written yet.

Please login to write comment.