Color Hex Logo

#a345ab Color Hex

#A345AB
(163,69,171)
0 Favorites   0 Comments

Color spaces of #a345ab

RGB 16369171
HSL0.820.430.47
HSV295°60°67°
CMYK 0.050.600.00   0.33
XYZ24.583114.983040.1244
Yxy14.98300.30850.1880
Hunter Lab38.707945.6253-34.3642
CIE-Lab45.610953.0042-37.1623

#a345ab color RGB value is (163,69,171).

#a345ab hex color red value is 163, green value is 69 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a345ab hue: 0.82 , saturation: 0.43 and the lightness value of a345ab is 0.47.

The process color (four color CMYK) of #a345ab color hex is 0.05, 0.60, 0.00, 0.33. Web safe color of #a345ab is #993399. Color #a345ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000101 10101011
Octal 243 105 253
Decimal 163 69 171
Hex A3 45 AB

RGB Percentages of Color #a345ab

%40.45
%17.12
%42.43

CMYK Percentages of Color #a345ab

%5
%60
%0
%33

Triadic Colors of #a345ab

#a345ab #aba345 #45aba3

Analogous Colors of #a345ab

#a345ab #ab4580 #7045ab

Monochromatic Colors of #a345ab

#a345ab

Complementary Color

#a345ab #4dab45

#a345ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a345ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a345ab Color CSS Codes

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

#a345ab Text Font Color

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

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


#a345ab Background Color

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

This div background color is #a345ab


#a345ab Border Color

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

This div border color is #a345ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a345ab


Comments

No comments written yet.

Please login to write comment.