Color Hex Logo

#a81acc Color Hex

#A81ACC
(168,26,204)
0 Favorites   0 Comments

Color spaces of #a81acc

RGB 16826204
HSL0.800.770.45
HSV288°87°80°
CMYK 0.180.870.00   0.20
XYZ27.416913.423358.2727
Yxy13.42330.27660.1354
Hunter Lab36.637869.4593-68.6547
CIE-Lab43.394374.3573-59.9758

#a81acc color RGB value is (168,26,204).

#a81acc hex color red value is 168, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a81acc hue: 0.80 , saturation: 0.77 and the lightness value of a81acc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011010 11001100
Octal 250 32 314
Decimal 168 26 204
Hex A8 1A CC

RGB Percentages of Color #a81acc

%42.21
%6.53
%51.26

CMYK Percentages of Color #a81acc

%18
%87
%0
%20

Triadic Colors of #a81acc

#a81acc #cca81a #1acca8

Analogous Colors of #a81acc

#a81acc #cc1a97 #4f1acc

Monochromatic Colors of #a81acc

#a81acc

Complementary Color

#a81acc #3ecc1a

#a81acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81acc Color CSS Codes

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

#a81acc Text Font Color

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

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


#a81acc Background Color

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

This div background color is #a81acc


#a81acc Border Color

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

This div border color is #a81acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81acc


Comments

No comments written yet.

Please login to write comment.