Color Hex Logo

#a43eae Color Hex

#A43EAE
(164,62,174)
0 Favorites   0 Comments

Color spaces of #a43eae

RGB 16462174
HSL0.820.470.46
HSV295°64°68°
CMYK 0.060.640.00   0.32
XYZ24.672414.393841.5223
Yxy14.39380.30620.1786
Hunter Lab37.939249.6877-38.3322
CIE-Lab44.792556.9172-40.2196

#a43eae color RGB value is (164,62,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111110 10101110
Octal 244 76 256
Decimal 164 62 174
Hex A4 3E AE

RGB Percentages of Color #a43eae

%41.00
%15.50
%43.50

CMYK Percentages of Color #a43eae

%6
%64
%0
%32

Triadic Colors of #a43eae

#a43eae #aea43e #3eaea4

Analogous Colors of #a43eae

#a43eae #ae3e80 #6c3eae

Monochromatic Colors of #a43eae

#a43eae

Complementary Color

#a43eae #48ae3e

#a43eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43eae Color CSS Codes

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

#a43eae Text Font Color

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

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


#a43eae Background Color

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

This div background color is #a43eae


#a43eae Border Color

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

This div border color is #a43eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43eae


Comments

No comments written yet.

Please login to write comment.