Color Hex Logo

#a41aae Color Hex

#A41AAE
(164,26,174)
0 Favorites   0 Comments

Color spaces of #a41aae

RGB 16426174
HSL0.820.740.39
HSV296°85°68°
CMYK 0.060.850.00   0.32
XYZ23.319211.687341.0712
Yxy11.68730.30650.1536
Hunter Lab34.186761.9305-47.2991
CIE-Lab40.714868.5524-46.7230

#a41aae color RGB value is (164,26,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 10101110
Octal 244 32 256
Decimal 164 26 174
Hex A4 1A AE

RGB Percentages of Color #a41aae

%45.05
%7.14
%47.80

CMYK Percentages of Color #a41aae

%6
%85
%0
%32

Triadic Colors of #a41aae

#a41aae #aea41a #1aaea4

Analogous Colors of #a41aae

#a41aae #ae1a6e #5a1aae

Monochromatic Colors of #a41aae

#a41aae

Complementary Color

#a41aae #24ae1a

#a41aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41aae Color CSS Codes

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

#a41aae Text Font Color

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

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


#a41aae Background Color

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

This div background color is #a41aae


#a41aae Border Color

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

This div border color is #a41aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41aae


Comments

No comments written yet.

Please login to write comment.