Color Hex Logo

#a43aba Color Hex

#A43ABA
(164,58,186)
0 Favorites   0 Comments

Color spaces of #a43aba

RGB 16458186
HSL0.800.520.48
HSV290°69°73°
CMYK 0.120.690.00   0.27
XYZ25.685814.463847.8924
Yxy14.46380.29170.1643
Hunter Lab38.031354.0016-48.0413
CIE-Lab44.890960.8016-47.1168

#a43aba color RGB value is (164,58,186).

#a43aba hex color red value is 164, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a43aba hue: 0.80 , saturation: 0.52 and the lightness value of a43aba is 0.48.

The process color (four color CMYK) of #a43aba color hex is 0.12, 0.69, 0.00, 0.27. Web safe color of #a43aba is #9933cc. Color #a43aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111010 10111010
Octal 244 72 272
Decimal 164 58 186
Hex A4 3A BA

RGB Percentages of Color #a43aba

%40.20
%14.22
%45.59

CMYK Percentages of Color #a43aba

%12
%69
%0
%27

Triadic Colors of #a43aba

#a43aba #baa43a #3abaa4

Analogous Colors of #a43aba

#a43aba #ba3a90 #643aba

Monochromatic Colors of #a43aba

#a43aba

Complementary Color

#a43aba #50ba3a

#a43aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43aba Color CSS Codes

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

#a43aba Text Font Color

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

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


#a43aba Background Color

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

This div background color is #a43aba


#a43aba Border Color

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

This div border color is #a43aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43aba


Comments

No comments written yet.

Please login to write comment.