Color Hex Logo

#a34add Color Hex

#A34ADD
(163,74,221)
0 Favorites   0 Comments

Color spaces of #a34add

RGB 16374221
HSL0.770.680.58
HSV276°67°87°
CMYK 0.260.670.00   0.13
XYZ30.604217.904570.2495
Yxy17.90450.25770.1508
Hunter Lab42.313755.0545-68.8141
CIE-Lab49.380160.8921-60.0946

#a34add color RGB value is (163,74,221).

#a34add hex color red value is 163, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a34add hue: 0.77 , saturation: 0.68 and the lightness value of a34add is 0.58.

The process color (four color CMYK) of #a34add color hex is 0.26, 0.67, 0.00, 0.13. Web safe color of #a34add is #9933cc. Color #a34add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001010 11011101
Octal 243 112 335
Decimal 163 74 221
Hex A3 4A DD

RGB Percentages of Color #a34add

%35.59
%16.16
%48.25

CMYK Percentages of Color #a34add

%26
%67
%0
%13

Triadic Colors of #a34add

#a34add #dda34a #4adda3

Analogous Colors of #a34add

#a34add #dd4ace #5a4add

Monochromatic Colors of #a34add

#a34add

Complementary Color

#a34add #84dd4a

#a34add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34add Color CSS Codes

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

#a34add Text Font Color

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

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


#a34add Background Color

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

This div background color is #a34add


#a34add Border Color

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

This div border color is #a34add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,74,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34add


Comments

No comments written yet.

Please login to write comment.