Color Hex Logo

#a43cab Color Hex

#A43CAB
(164,60,171)
0 Favorites   0 Comments

Color spaces of #a43cab

RGB 16460171
HSL0.820.480.45
HSV296°65°67°
CMYK 0.040.650.00   0.33
XYZ24.276414.064539.9633
Yxy14.06450.31000.1796
Hunter Lab37.502749.9178-36.9283
CIE-Lab44.325357.2153-39.1867

#a43cab color RGB value is (164,60,171).

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

The process color (four color CMYK) of #a43cab color hex is 0.04, 0.65, 0.00, 0.33. Web safe color of #a43cab is #993399. Color #a43cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111100 10101011
Octal 244 74 253
Decimal 164 60 171
Hex A4 3C AB

RGB Percentages of Color #a43cab

%41.52
%15.19
%43.29

CMYK Percentages of Color #a43cab

%4
%65
%0
%33

Triadic Colors of #a43cab

#a43cab #aba43c #3caba4

Analogous Colors of #a43cab

#a43cab #ab3c7b #6d3cab

Monochromatic Colors of #a43cab

#a43cab

Complementary Color

#a43cab #43ab3c

#a43cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43cab Color CSS Codes

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

#a43cab Text Font Color

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

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


#a43cab Background Color

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

This div background color is #a43cab


#a43cab Border Color

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

This div border color is #a43cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43cab


Comments

No comments written yet.

Please login to write comment.