Color Hex Logo

#a84acd Color Hex

#A84ACD
(168,74,205)
0 Favorites   0 Comments

Color spaces of #a84acd

RGB 16874205
HSL0.790.570.55
HSV283°64°80°
CMYK 0.180.640.00   0.20
XYZ29.616717.630259.5996
Yxy17.63020.27720.1650
Hunter Lab41.988352.4264-54.7663
CIE-Lab49.044558.6123-51.4573

#a84acd color RGB value is (168,74,205).

#a84acd hex color red value is 168, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a84acd hue: 0.79 , saturation: 0.57 and the lightness value of a84acd is 0.55.

The process color (four color CMYK) of #a84acd color hex is 0.18, 0.64, 0.00, 0.20. Web safe color of #a84acd is #9933cc. Color #a84acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 11001101
Octal 250 112 315
Decimal 168 74 205
Hex A8 4A CD

RGB Percentages of Color #a84acd

%37.58
%16.55
%45.86

CMYK Percentages of Color #a84acd

%18
%64
%0
%20

Triadic Colors of #a84acd

#a84acd #cda84a #4acda8

Analogous Colors of #a84acd

#a84acd #cd4ab1 #674acd

Monochromatic Colors of #a84acd

#a84acd

Complementary Color

#a84acd #6fcd4a

#a84acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84acd Color CSS Codes

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

#a84acd Text Font Color

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

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


#a84acd Background Color

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

This div background color is #a84acd


#a84acd Border Color

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

This div border color is #a84acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84acd


Comments

No comments written yet.

Please login to write comment.