Color Hex Logo

#8084ba Color Hex

#8084BA
(128,132,186)
0 Favorites   0 Comments

Color spaces of #8084ba

RGB 128132186
HSL0.660.300.62
HSV236°31°73°
CMYK 0.310.290.00   0.27
XYZ26.016324.636949.8386
Yxy24.63690.25890.2452
Hunter Lab49.63566.6979-24.7876
CIE-Lab56.719911.1949-28.7549

#8084ba color RGB value is (128,132,186).

#8084ba hex color red value is 128, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8084ba hue: 0.66 , saturation: 0.30 and the lightness value of 8084ba is 0.62.

The process color (four color CMYK) of #8084ba color hex is 0.31, 0.29, 0.00, 0.27. Web safe color of #8084ba is #9999cc. Color #8084ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 10111010
Octal 200 204 272
Decimal 128 132 186
Hex 80 84 BA

RGB Percentages of Color #8084ba

%28.70
%29.60
%41.70

CMYK Percentages of Color #8084ba

%31
%29
%0
%27

Triadic Colors of #8084ba

#8084ba #ba8084 #84ba80

Analogous Colors of #8084ba

#8084ba #9980ba #80a1ba

Monochromatic Colors of #8084ba

#8084ba

Complementary Color

#8084ba #bab680

#8084ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8084ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8084ba Color CSS Codes

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

#8084ba Text Font Color

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

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


#8084ba Background Color

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

This div background color is #8084ba


#8084ba Border Color

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

This div border color is #8084ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8084ba


Comments

No comments written yet.

Please login to write comment.