Color Hex Logo

#083d43 Color Hex

#083D43
(8,61,67)
0 Favorites   0 Comments

Color spaces of #083d43

RGB 86167
HSL0.520.790.15
HSV186°88°26°
CMYK 0.880.090.00   0.74
XYZ2.78203.79445.8959
Yxy3.79440.22310.3042
Hunter Lab19.4792-8.5955-4.3102
CIE-Lab22.9797-13.9255-8.4582

#083d43 color RGB value is (8,61,67).

#083d43 hex color red value is 8, green value is 61 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #083d43 hue: 0.52 , saturation: 0.79 and the lightness value of 083d43 is 0.15.

The process color (four color CMYK) of #083d43 color hex is 0.88, 0.09, 0.00, 0.74. Web safe color of #083d43 is #003333. Color #083d43 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 01000011
Octal 10 75 103
Decimal 8 61 67
Hex 8 3D 43

RGB Percentages of Color #083d43

%5.88
%44.85
%49.26

CMYK Percentages of Color #083d43

%88
%9
%0
%74

Triadic Colors of #083d43

#083d43 #43083d #3d4308

Analogous Colors of #083d43

#083d43 #082043 #08432b

Monochromatic Colors of #083d43

#083d43

Complementary Color

#083d43 #430e08

#083d43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083d43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083d43 Color CSS Codes

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

#083d43 Text Font Color

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

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


#083d43 Background Color

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

This div background color is #083d43


#083d43 Border Color

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

This div border color is #083d43


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,61,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083d43; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083d43;
  -webkit-box-shadow: 1px 1px 3px 2px #083d43;
  box-shadow:         1px 1px 3px 2px #083d43; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083d43


Comments

No comments written yet.

Please login to write comment.