Color Hex Logo

#084750 Color Hex

#084750
(8,71,80)
0 Favorites   0 Comments

Color spaces of #084750

RGB 87180
HSL0.520.820.17
HSV188°90°31°
CMYK 0.900.110.00   0.69
XYZ3.80135.13738.3807
Yxy5.13730.21950.2966
Hunter Lab22.6656-9.7282-6.0568
CIE-Lab27.1224-14.8835-10.7263

#084750 color RGB value is (8,71,80).

#084750 hex color red value is 8, green value is 71 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #084750 hue: 0.52 , saturation: 0.82 and the lightness value of 084750 is 0.17.

The process color (four color CMYK) of #084750 color hex is 0.90, 0.11, 0.00, 0.69. Web safe color of #084750 is #003366. Color #084750 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000111 01010000
Octal 10 107 120
Decimal 8 71 80
Hex 8 47 50

RGB Percentages of Color #084750

%5.03
%44.65
%50.31

CMYK Percentages of Color #084750

%90
%11
%0
%69

Triadic Colors of #084750

#084750 #500847 #475008

Analogous Colors of #084750

#084750 #082350 #085035

Monochromatic Colors of #084750

#084750

Complementary Color

#084750 #501108

#084750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084750 Color CSS Codes

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

#084750 Text Font Color

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

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


#084750 Background Color

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

This div background color is #084750


#084750 Border Color

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

This div border color is #084750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084750


Comments

No comments written yet.

Please login to write comment.