Color Hex Logo

#a40eae Color Hex

#A40EAE
(164,14,174)
0 Favorites   0 Comments

Color spaces of #a40eae

RGB 16414174
HSL0.820.850.37
HSV296°92°68°
CMYK 0.060.920.00   0.32
XYZ23.106911.262641.0004
Yxy11.26260.30660.1494
Hunter Lab33.559864.1728-48.9434
CIE-Lab40.019370.5973-47.8390

#a40eae color RGB value is (164,14,174).

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

The process color (four color CMYK) of #a40eae color hex is 0.06, 0.92, 0.00, 0.32. Web safe color of #a40eae is #990099. Color #a40eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001110 10101110
Octal 244 16 256
Decimal 164 14 174
Hex A4 E AE

RGB Percentages of Color #a40eae

%46.59
%3.98
%49.43

CMYK Percentages of Color #a40eae

%6
%92
%0
%32

Triadic Colors of #a40eae

#a40eae #aea40e #0eaea4

Analogous Colors of #a40eae

#a40eae #ae0e68 #540eae

Monochromatic Colors of #a40eae

#a40eae

Complementary Color

#a40eae #18ae0e

#a40eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40eae Color CSS Codes

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

#a40eae Text Font Color

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

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


#a40eae Background Color

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

This div background color is #a40eae


#a40eae Border Color

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

This div border color is #a40eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40eae


Comments

No comments written yet.

Please login to write comment.