Color Hex Logo

#a43cad Color Hex

#A43CAD
(164,60,173)
0 Favorites   0 Comments

Color spaces of #a43cad

RGB 16460173
HSL0.820.480.46
HSV295°65°68°
CMYK 0.050.650.00   0.32
XYZ24.468514.141440.9751
Yxy14.14140.30750.1777
Hunter Lab37.605150.3358-38.2798
CIE-Lab44.435057.5768-40.1959

#a43cad color RGB value is (164,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111100 10101101
Octal 244 74 255
Decimal 164 60 173
Hex A4 3C AD

RGB Percentages of Color #a43cad

%41.31
%15.11
%43.58

CMYK Percentages of Color #a43cad

%5
%65
%0
%32

Triadic Colors of #a43cad

#a43cad #ada43c #3cada4

Analogous Colors of #a43cad

#a43cad #ad3c7e #6c3cad

Monochromatic Colors of #a43cad

#a43cad

Complementary Color

#a43cad #45ad3c

#a43cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43cad Color CSS Codes

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

#a43cad Text Font Color

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

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


#a43cad Background Color

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

This div background color is #a43cad


#a43cad Border Color

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

This div border color is #a43cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43cad


Comments

No comments written yet.

Please login to write comment.