Color Hex Logo

#a43aad Color Hex

#A43AAD
(164,58,173)
0 Favorites   0 Comments

Color spaces of #a43aad

RGB 16458173
HSL0.820.500.45
HSV295°66°68°
CMYK 0.050.660.00   0.32
XYZ24.365713.935840.9408
Yxy13.93580.30750.1759
Hunter Lab37.330751.1781-38.8922
CIE-Lab44.140758.3993-40.6631

#a43aad color RGB value is (164,58,173).

#a43aad hex color red value is 164, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a43aad hue: 0.82 , saturation: 0.50 and the lightness value of a43aad is 0.45.

The process color (four color CMYK) of #a43aad color hex is 0.05, 0.66, 0.00, 0.32. Web safe color of #a43aad is #993399. Color #a43aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111010 10101101
Octal 244 72 255
Decimal 164 58 173
Hex A4 3A AD

RGB Percentages of Color #a43aad

%41.52
%14.68
%43.80

CMYK Percentages of Color #a43aad

%5
%66
%0
%32

Triadic Colors of #a43aad

#a43aad #ada43a #3aada4

Analogous Colors of #a43aad

#a43aad #ad3a7d #6b3aad

Monochromatic Colors of #a43aad

#a43aad

Complementary Color

#a43aad #43ad3a

#a43aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43aad Color CSS Codes

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

#a43aad Text Font Color

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

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


#a43aad Background Color

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

This div background color is #a43aad


#a43aad Border Color

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

This div border color is #a43aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,58,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43aad


Comments

No comments written yet.

Please login to write comment.