Color Hex Logo

#8084ac Color Hex

#8084AC
(128,132,172)
0 Favorites   0 Comments

Color spaces of #8084ac

RGB 128132172
HSL0.650.210.59
HSV235°26°67°
CMYK 0.260.230.00   0.33
XYZ24.599724.070342.3792
Yxy24.07030.27020.2644
Hunter Lab49.06153.6433-16.8715
CIE-Lab56.15817.6138-21.6146

#8084ac color RGB value is (128,132,172).

#8084ac hex color red value is 128, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8084ac hue: 0.65 , saturation: 0.21 and the lightness value of 8084ac is 0.59.

The process color (four color CMYK) of #8084ac color hex is 0.26, 0.23, 0.00, 0.33. Web safe color of #8084ac is #999999. Color #8084ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 10101100
Octal 200 204 254
Decimal 128 132 172
Hex 80 84 AC

RGB Percentages of Color #8084ac

%29.63
%30.56
%39.81

CMYK Percentages of Color #8084ac

%26
%23
%0
%33

Triadic Colors of #8084ac

#8084ac #ac8084 #84ac80

Analogous Colors of #8084ac

#8084ac #9280ac #809aac

Monochromatic Colors of #8084ac

#8084ac

Complementary Color

#8084ac #aca880

#8084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8084ac Color CSS Codes

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

#8084ac Text Font Color

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

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


#8084ac Background Color

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

This div background color is #8084ac


#8084ac Border Color

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

This div border color is #8084ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,132,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8084ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8084ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8084ac;
  box-shadow:         1px 1px 3px 2px #8084ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,132,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8084ac


Comments

No comments written yet.

Please login to write comment.