Color Hex Logo

#8084af Color Hex

#8084AF
(128,132,175)
0 Favorites   0 Comments

Color spaces of #8084af

RGB 128132175
HSL0.650.230.59
HSV235°27°69°
CMYK 0.270.250.00   0.31
XYZ24.891224.186943.9141
Yxy24.18690.26770.2601
Hunter Lab49.18024.2776-18.5153
CIE-Lab56.27448.3660-23.1561

#8084af color RGB value is (128,132,175).

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

The process color (four color CMYK) of #8084af color hex is 0.27, 0.25, 0.00, 0.31. Web safe color of #8084af is #999999. Color #8084af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 10101111
Octal 200 204 257
Decimal 128 132 175
Hex 80 84 AF

RGB Percentages of Color #8084af

%29.43
%30.34
%40.23

CMYK Percentages of Color #8084af

%27
%25
%0
%31

Triadic Colors of #8084af

#8084af #af8084 #84af80

Analogous Colors of #8084af

#8084af #9480af #809caf

Monochromatic Colors of #8084af

#8084af

Complementary Color

#8084af #afab80

#8084af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8084af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8084af Color CSS Codes

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

#8084af Text Font Color

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

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


#8084af Background Color

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

This div background color is #8084af


#8084af Border Color

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

This div border color is #8084af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8084af


Comments

No comments written yet.

Please login to write comment.