Color Hex Logo

#084b52 Color Hex

#084B52
(8,75,82)
0 Favorites   0 Comments

Color spaces of #084b52

RGB 87582
HSL0.520.820.18
HSV186°90°32°
CMYK 0.900.090.00   0.68
XYZ4.13925.69308.8633
Yxy5.69300.22140.3045
Hunter Lab23.8600-10.7891-5.3225
CIE-Lab28.6243-16.4340-9.7394

#084b52 color RGB value is (8,75,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001011 01010010
Octal 10 113 122
Decimal 8 75 82
Hex 8 4B 52

RGB Percentages of Color #084b52

%4.85
%45.45
%49.70

CMYK Percentages of Color #084b52

%90
%9
%0
%68

Triadic Colors of #084b52

#084b52 #52084b #4b5208

Analogous Colors of #084b52

#084b52 #082652 #085234

Monochromatic Colors of #084b52

#084b52

Complementary Color

#084b52 #520f08

#084b52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084b52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084b52 Color CSS Codes

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

#084b52 Text Font Color

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

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


#084b52 Background Color

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

This div background color is #084b52


#084b52 Border Color

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

This div border color is #084b52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084b52


Comments

No comments written yet.

Please login to write comment.