Color Hex Logo

#083251 Color Hex

#083251
(8,50,81)
0 Favorites   0 Comments

Color spaces of #083251

RGB 85081
HSL0.570.820.17
HSV205°90°32°
CMYK 0.900.380.00   0.68
XYZ2.72592.92698.2059
Yxy2.92690.19670.2112
Hunter Lab17.1082-1.4984-16.4626
CIE-Lab19.7487-1.0415-22.8439

#083251 color RGB value is (8,50,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110010 01010001
Octal 10 62 121
Decimal 8 50 81
Hex 8 32 51

RGB Percentages of Color #083251

%5.76
%35.97
%58.27

CMYK Percentages of Color #083251

%90
%38
%0
%68

Triadic Colors of #083251

#083251 #510832 #325108

Analogous Colors of #083251

#083251 #080e51 #08514b

Monochromatic Colors of #083251

#083251

Complementary Color

#083251 #512708

#083251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083251 Color CSS Codes

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

#083251 Text Font Color

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

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


#083251 Background Color

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

This div background color is #083251


#083251 Border Color

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

This div border color is #083251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083251

#083251 Color Palettes


Comments

No comments written yet.

Please login to write comment.