Color Hex Logo

#084143 Color Hex

#084143
(8,65,67)
0 Favorites   0 Comments

Color spaces of #084143

RGB 86567
HSL0.510.790.15
HSV182°88°26°
CMYK 0.880.030.00   0.74
XYZ3.00364.23755.9698
Yxy4.23750.22740.3208
Hunter Lab20.5852-9.9790-2.7847
CIE-Lab24.4416-16.2391-6.2527

#084143 color RGB value is (8,65,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000001 01000011
Octal 10 101 103
Decimal 8 65 67
Hex 8 41 43

RGB Percentages of Color #084143

%5.71
%46.43
%47.86

CMYK Percentages of Color #084143

%88
%3
%0
%74

Triadic Colors of #084143

#084143 #430841 #414308

Analogous Colors of #084143

#084143 #082343 #084328

Monochromatic Colors of #084143

#084143

Complementary Color

#084143 #430a08

#084143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084143 Color CSS Codes

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

#084143 Text Font Color

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

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


#084143 Background Color

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

This div background color is #084143


#084143 Border Color

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

This div border color is #084143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084143


Comments

No comments written yet.

Please login to write comment.