Color Hex Logo

#083250 Color Hex

#083250
(8,50,80)
0 Favorites   0 Comments

Color spaces of #083250

RGB 85080
HSL0.570.820.17
HSV205°90°31°
CMYK 0.900.380.00   0.69
XYZ2.68872.91208.0098
Yxy2.91200.19750.2140
Hunter Lab17.0646-1.7385-15.8844
CIE-Lab19.6880-1.4790-22.2703

#083250 color RGB value is (8,50,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110010 01010000
Octal 10 62 120
Decimal 8 50 80
Hex 8 32 50

RGB Percentages of Color #083250

%5.80
%36.23
%57.97

CMYK Percentages of Color #083250

%90
%38
%0
%69

Triadic Colors of #083250

#083250 #500832 #325008

Analogous Colors of #083250

#083250 #080e50 #08504a

Monochromatic Colors of #083250

#083250

Complementary Color

#083250 #502608

#083250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083250 Color CSS Codes

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

#083250 Text Font Color

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

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


#083250 Background Color

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

This div background color is #083250


#083250 Border Color

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

This div border color is #083250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,50,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 #083250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083250


Comments

No comments written yet.

Please login to write comment.