Color Hex Logo

#a84aaf Color Hex

#A84AAF
(168,74,175)
0 Favorites   0 Comments

Color spaces of #a84aaf

RGB 16874175
HSL0.820.410.49
HSV296°58°69°
CMYK 0.040.580.00   0.31
XYZ26.335116.317542.3190
Yxy16.31750.30990.1920
Hunter Lab40.394945.6803-33.8376
CIE-Lab47.388352.7379-36.6657

#a84aaf color RGB value is (168,74,175).

#a84aaf hex color red value is 168, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a84aaf hue: 0.82 , saturation: 0.41 and the lightness value of a84aaf is 0.49.

The process color (four color CMYK) of #a84aaf color hex is 0.04, 0.58, 0.00, 0.31. Web safe color of #a84aaf is #993399. Color #a84aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 10101111
Octal 250 112 257
Decimal 168 74 175
Hex A8 4A AF

RGB Percentages of Color #a84aaf

%40.29
%17.75
%41.97

CMYK Percentages of Color #a84aaf

%4
%58
%0
%31

Triadic Colors of #a84aaf

#a84aaf #afa84a #4aafa8

Analogous Colors of #a84aaf

#a84aaf #af4a84 #764aaf

Monochromatic Colors of #a84aaf

#a84aaf

Complementary Color

#a84aaf #51af4a

#a84aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84aaf Color CSS Codes

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

#a84aaf Text Font Color

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

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


#a84aaf Background Color

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

This div background color is #a84aaf


#a84aaf Border Color

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

This div border color is #a84aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84aaf


Comments

No comments written yet.

Please login to write comment.