Color Hex Logo

#a34caf Color Hex

#A34CAF
(163,76,175)
0 Favorites   0 Comments

Color spaces of #a34caf

RGB 16376175
HSL0.810.390.49
HSV293°57°69°
CMYK 0.070.570.00   0.31
XYZ25.426616.050642.3154
Yxy16.05060.30340.1916
Hunter Lab40.063243.1766-34.5788
CIE-Lab47.040850.4435-37.2608

#a34caf color RGB value is (163,76,175).

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

The process color (four color CMYK) of #a34caf color hex is 0.07, 0.57, 0.00, 0.31. Web safe color of #a34caf is #993399. Color #a34caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 10101111
Octal 243 114 257
Decimal 163 76 175
Hex A3 4C AF

RGB Percentages of Color #a34caf

%39.37
%18.36
%42.27

CMYK Percentages of Color #a34caf

%7
%57
%0
%31

Triadic Colors of #a34caf

#a34caf #afa34c #4cafa3

Analogous Colors of #a34caf

#a34caf #af4c8a #724caf

Monochromatic Colors of #a34caf

#a34caf

Complementary Color

#a34caf #58af4c

#a34caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34caf Color CSS Codes

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

#a34caf Text Font Color

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

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


#a34caf Background Color

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

This div background color is #a34caf


#a34caf Border Color

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

This div border color is #a34caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34caf


Comments

No comments written yet.

Please login to write comment.