Color Hex Logo

#a84aab Color Hex

#A84AAB
(168,74,171)
0 Favorites   0 Comments

Color spaces of #a84aab

RGB 16874171
HSL0.830.400.48
HSV298°57°67°
CMYK 0.020.570.00   0.33
XYZ25.947916.162740.2802
Yxy16.16270.31490.1962
Hunter Lab40.202944.8532-31.2621
CIE-Lab47.187251.9993-34.6299

#a84aab color RGB value is (168,74,171).

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

The process color (four color CMYK) of #a84aab color hex is 0.02, 0.57, 0.00, 0.33. Web safe color of #a84aab is #993399. Color #a84aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 10101011
Octal 250 112 253
Decimal 168 74 171
Hex A8 4A AB

RGB Percentages of Color #a84aab

%40.68
%17.92
%41.40

CMYK Percentages of Color #a84aab

%2
%57
%0
%33

Triadic Colors of #a84aab

#a84aab #aba84a #4aaba8

Analogous Colors of #a84aab

#a84aab #ab4a7e #784aab

Monochromatic Colors of #a84aab

#a84aab

Complementary Color

#a84aab #4dab4a

#a84aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84aab Color CSS Codes

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

#a84aab Text Font Color

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

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


#a84aab Background Color

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

This div background color is #a84aab


#a84aab Border Color

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

This div border color is #a84aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84aab


Comments

No comments written yet.

Please login to write comment.