Color Hex Logo

#a81aae Color Hex

#A81AAE
(168,26,174)
0 Favorites   0 Comments

Color spaces of #a81aae

RGB 16826174
HSL0.830.740.39
HSV298°85°68°
CMYK 0.030.850.00   0.32
XYZ24.157812.119641.1105
Yxy12.11960.31220.1566
Hunter Lab34.813262.9427-45.6456
CIE-Lab41.405669.2828-45.5780

#a81aae color RGB value is (168,26,174).

#a81aae hex color red value is 168, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a81aae hue: 0.83 , saturation: 0.74 and the lightness value of a81aae is 0.39.

The process color (four color CMYK) of #a81aae color hex is 0.03, 0.85, 0.00, 0.32. Web safe color of #a81aae is #993399. Color #a81aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011010 10101110
Octal 250 32 256
Decimal 168 26 174
Hex A8 1A AE

RGB Percentages of Color #a81aae

%45.65
%7.07
%47.28

CMYK Percentages of Color #a81aae

%3
%85
%0
%32

Triadic Colors of #a81aae

#a81aae #aea81a #1aaea8

Analogous Colors of #a81aae

#a81aae #ae1a6a #5e1aae

Monochromatic Colors of #a81aae

#a81aae

Complementary Color

#a81aae #20ae1a

#a81aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81aae Color CSS Codes

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

#a81aae Text Font Color

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

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


#a81aae Background Color

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

This div background color is #a81aae


#a81aae Border Color

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

This div border color is #a81aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81aae


Comments

No comments written yet.

Please login to write comment.