Color Hex Logo

#083050 Color Hex

#083050
(8,48,80)
0 Favorites   0 Comments

Color spaces of #083050

RGB 84880
HSL0.570.820.17
HSV207°90°31°
CMYK 0.900.400.00   0.69
XYZ2.60512.74477.9819
Yxy2.74470.19540.2059
Hunter Lab16.5671-0.9242-16.9684
CIE-Lab18.9910-0.0705-23.3745

#083050 color RGB value is (8,48,80).

#083050 hex color red value is 8, green value is 48 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #083050 hue: 0.57 , saturation: 0.82 and the lightness value of 083050 is 0.17.

The process color (four color CMYK) of #083050 color hex is 0.90, 0.40, 0.00, 0.69. Web safe color of #083050 is #003366. Color #083050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110000 01010000
Octal 10 60 120
Decimal 8 48 80
Hex 8 30 50

RGB Percentages of Color #083050

%5.88
%35.29
%58.82

CMYK Percentages of Color #083050

%90
%40
%0
%69

Triadic Colors of #083050

#083050 #500830 #305008

Analogous Colors of #083050

#083050 #080c50 #08504c

Monochromatic Colors of #083050

#083050

Complementary Color

#083050 #502808

#083050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083050 Color CSS Codes

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

#083050 Text Font Color

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

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


#083050 Background Color

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

This div background color is #083050


#083050 Border Color

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

This div border color is #083050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083050


Comments

No comments written yet.

Please login to write comment.