Color Hex Logo

#a34daf Color Hex

#A34DAF
(163,77,175)
0 Favorites   0 Comments

Color spaces of #a34daf

RGB 16377175
HSL0.810.390.49
HSV293°56°69°
CMYK 0.070.560.00   0.31
XYZ25.496016.189442.3385
Yxy16.18940.30340.1927
Hunter Lab40.236142.6953-34.2228
CIE-Lab47.222049.9554-36.9749

#a34daf color RGB value is (163,77,175).

#a34daf hex color red value is 163, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a34daf hue: 0.81 , saturation: 0.39 and the lightness value of a34daf is 0.49.

The process color (four color CMYK) of #a34daf color hex is 0.07, 0.56, 0.00, 0.31. Web safe color of #a34daf is #996699. Color #a34daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001101 10101111
Octal 243 115 257
Decimal 163 77 175
Hex A3 4D AF

RGB Percentages of Color #a34daf

%39.28
%18.55
%42.17

CMYK Percentages of Color #a34daf

%7
%56
%0
%31

Triadic Colors of #a34daf

#a34daf #afa34d #4dafa3

Analogous Colors of #a34daf

#a34daf #af4d8a #724daf

Monochromatic Colors of #a34daf

#a34daf

Complementary Color

#a34daf #59af4d

#a34daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34daf Color CSS Codes

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

#a34daf Text Font Color

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

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


#a34daf Background Color

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

This div background color is #a34daf


#a34daf Border Color

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

This div border color is #a34daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34daf


Comments

No comments written yet.

Please login to write comment.