Color Hex Logo

#a27acc Color Hex

#A27ACC
(162,122,204)
0 Favorites   0 Comments

Color spaces of #a27acc

RGB 162122204
HSL0.750.450.64
HSV269°40°80°
CMYK 0.210.400.00   0.20
XYZ32.758925.960160.4110
Yxy25.96010.27500.2179
Hunter Lab50.951125.6019-34.6325
CIE-Lab57.999231.6018-36.7573

#a27acc color RGB value is (162,122,204).

#a27acc hex color red value is 162, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a27acc hue: 0.75 , saturation: 0.45 and the lightness value of a27acc is 0.64.

The process color (four color CMYK) of #a27acc color hex is 0.21, 0.40, 0.00, 0.20. Web safe color of #a27acc is #9966cc. Color #a27acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 11001100
Octal 242 172 314
Decimal 162 122 204
Hex A2 7A CC

RGB Percentages of Color #a27acc

%33.20
%25.00
%41.80

CMYK Percentages of Color #a27acc

%21
%40
%0
%20

Triadic Colors of #a27acc

#a27acc #cca27a #7acca2

Analogous Colors of #a27acc

#a27acc #cb7acc #7a7bcc

Monochromatic Colors of #a27acc

#a27acc

Complementary Color

#a27acc #a4cc7a

#a27acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27acc Color CSS Codes

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

#a27acc Text Font Color

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

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


#a27acc Background Color

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

This div background color is #a27acc


#a27acc Border Color

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

This div border color is #a27acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,122,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a27acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a27acc;
  -webkit-box-shadow: 1px 1px 3px 2px #a27acc;
  box-shadow:         1px 1px 3px 2px #a27acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,122,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27acc


Comments

No comments written yet.

Please login to write comment.