Color Hex Logo

#083153 Color Hex

#083153
(8,49,83)
0 Favorites   0 Comments

Color spaces of #083153

RGB 84983
HSL0.580.820.18
HSV207°90°33°
CMYK 0.900.410.00   0.67
XYZ2.75982.87288.5927
Yxy2.87280.19400.2020
Hunter Lab16.9493-0.5968-18.1933
CIE-Lab19.52710.5456-24.5331

#083153 color RGB value is (8,49,83).

#083153 hex color red value is 8, green value is 49 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #083153 hue: 0.58 , saturation: 0.82 and the lightness value of 083153 is 0.18.

The process color (four color CMYK) of #083153 color hex is 0.90, 0.41, 0.00, 0.67. Web safe color of #083153 is #003366. Color #083153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110001 01010011
Octal 10 61 123
Decimal 8 49 83
Hex 8 31 53

RGB Percentages of Color #083153

%5.71
%35.00
%59.29

CMYK Percentages of Color #083153

%90
%41
%0
%67

Triadic Colors of #083153

#083153 #530831 #315308

Analogous Colors of #083153

#083153 #080b53 #085350

Monochromatic Colors of #083153

#083153

Complementary Color

#083153 #532a08

#083153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083153 Color CSS Codes

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

#083153 Text Font Color

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

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


#083153 Background Color

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

This div background color is #083153


#083153 Border Color

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

This div border color is #083153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083153


Comments

No comments written yet.

Please login to write comment.