Color Hex Logo

#8a84ba Color Hex

#8A84BA
(138,132,186)
0 Favorites   0 Comments

Color spaces of #8a84ba

RGB 138132186
HSL0.690.280.62
HSV247°29°73°
CMYK 0.260.290.00   0.27
XYZ27.595425.451049.9125
Yxy25.45100.26800.2472
Hunter Lab50.44909.3531-23.3452
CIE-Lab57.512214.2193-27.4650

#8a84ba color RGB value is (138,132,186).

#8a84ba hex color red value is 138, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8a84ba hue: 0.69 , saturation: 0.28 and the lightness value of 8a84ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000100 10111010
Octal 212 204 272
Decimal 138 132 186
Hex 8A 84 BA

RGB Percentages of Color #8a84ba

%30.26
%28.95
%40.79

CMYK Percentages of Color #8a84ba

%26
%29
%0
%27

Triadic Colors of #8a84ba

#8a84ba #ba8a84 #84ba8a

Analogous Colors of #8a84ba

#8a84ba #a584ba #8499ba

Monochromatic Colors of #8a84ba

#8a84ba

Complementary Color

#8a84ba #b4ba84

#8a84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a84ba Color CSS Codes

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

#8a84ba Text Font Color

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

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


#8a84ba Background Color

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

This div background color is #8a84ba


#8a84ba Border Color

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

This div border color is #8a84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a84ba


Comments

No comments written yet.

Please login to write comment.