Color Hex Logo

#084052 Color Hex

#084052
(8,64,82)
0 Favorites   0 Comments

Color spaces of #084052

RGB 86482
HSL0.540.820.18
HSV195°90°32°
CMYK 0.900.220.00   0.68
XYZ3.45654.32768.6358
Yxy4.32760.21050.2636
Hunter Lab20.8029-6.7464-10.0507
CIE-Lab24.7262-9.8896-15.7123

#084052 color RGB value is (8,64,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 01010010
Octal 10 100 122
Decimal 8 64 82
Hex 8 40 52

RGB Percentages of Color #084052

%5.19
%41.56
%53.25

CMYK Percentages of Color #084052

%90
%22
%0
%68

Triadic Colors of #084052

#084052 #520840 #405208

Analogous Colors of #084052

#084052 #081b52 #08523f

Monochromatic Colors of #084052

#084052

Complementary Color

#084052 #521a08

#084052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084052 Color CSS Codes

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

#084052 Text Font Color

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

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


#084052 Background Color

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

This div background color is #084052


#084052 Border Color

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

This div border color is #084052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084052


Comments

No comments written yet.

Please login to write comment.