Color Hex Logo

#a84baa Color Hex

#A84BAA
(168,75,170)
0 Favorites   0 Comments

Color spaces of #a84baa

RGB 16875170
HSL0.830.390.48
HSV299°56°67°
CMYK 0.010.560.00   0.33
XYZ25.920216.259339.8024
Yxy16.25930.31620.1983
Hunter Lab40.322844.1779-30.2988
CIE-Lab47.312951.3423-33.8433

#a84baa color RGB value is (168,75,170).

#a84baa hex color red value is 168, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a84baa hue: 0.83 , saturation: 0.39 and the lightness value of a84baa is 0.48.

The process color (four color CMYK) of #a84baa color hex is 0.01, 0.56, 0.00, 0.33. Web safe color of #a84baa is #993399. Color #a84baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001011 10101010
Octal 250 113 252
Decimal 168 75 170
Hex A8 4B AA

RGB Percentages of Color #a84baa

%40.68
%18.16
%41.16

CMYK Percentages of Color #a84baa

%1
%56
%0
%33

Triadic Colors of #a84baa

#a84baa #aaa84b #4baaa8

Analogous Colors of #a84baa

#a84baa #aa4b7d #794baa

Monochromatic Colors of #a84baa

#a84baa

Complementary Color

#a84baa #4daa4b

#a84baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84baa Color CSS Codes

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

#a84baa Text Font Color

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

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


#a84baa Background Color

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

This div background color is #a84baa


#a84baa Border Color

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

This div border color is #a84baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a84baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a84baa;
  -webkit-box-shadow: 1px 1px 3px 2px #a84baa;
  box-shadow:         1px 1px 3px 2px #a84baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,75,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84baa


Comments

No comments written yet.

Please login to write comment.