Color Hex Logo

#a34fad Color Hex

#A34FAD
(163,79,173)
0 Favorites   0 Comments

Color spaces of #a34fad

RGB 16379173
HSL0.820.370.49
HSV294°54°68°
CMYK 0.060.540.00   0.32
XYZ25.443116.395641.3588
Yxy16.39560.30580.1971
Hunter Lab40.491541.3016-32.2159
CIE-Lab47.489348.5801-35.3793

#a34fad color RGB value is (163,79,173).

#a34fad hex color red value is 163, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a34fad hue: 0.82 , saturation: 0.37 and the lightness value of a34fad is 0.49.

The process color (four color CMYK) of #a34fad color hex is 0.06, 0.54, 0.00, 0.32. Web safe color of #a34fad is #996699. Color #a34fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001111 10101101
Octal 243 117 255
Decimal 163 79 173
Hex A3 4F AD

RGB Percentages of Color #a34fad

%39.28
%19.04
%41.69

CMYK Percentages of Color #a34fad

%6
%54
%0
%32

Triadic Colors of #a34fad

#a34fad #ada34f #4fada3

Analogous Colors of #a34fad

#a34fad #ad4f88 #744fad

Monochromatic Colors of #a34fad

#a34fad

Complementary Color

#a34fad #59ad4f

#a34fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34fad Color CSS Codes

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

#a34fad Text Font Color

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

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


#a34fad Background Color

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

This div background color is #a34fad


#a34fad Border Color

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

This div border color is #a34fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34fad


Comments

No comments written yet.

Please login to write comment.