Color Hex Logo

#a34c7e Color Hex

#A34C7E
(163,76,126)
0 Favorites   0 Comments

Color spaces of #a34c7e

RGB 16376126
HSL0.900.360.47
HSV326°53°64°
CMYK 0.000.530.23   0.36
XYZ21.454614.461821.3993
Yxy14.46180.37430.2523
Hunter Lab38.028734.1540-6.7433
CIE-Lab44.888141.9884-11.3019

#a34c7e color RGB value is (163,76,126).

#a34c7e hex color red value is 163, green value is 76 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a34c7e hue: 0.90 , saturation: 0.36 and the lightness value of a34c7e is 0.47.

The process color (four color CMYK) of #a34c7e color hex is 0.00, 0.53, 0.23, 0.36. Web safe color of #a34c7e is #993366. Color #a34c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 01111110
Octal 243 114 176
Decimal 163 76 126
Hex A3 4C 7E

RGB Percentages of Color #a34c7e

%44.66
%20.82
%34.52

CMYK Percentages of Color #a34c7e

%0
%53
%23
%36

Triadic Colors of #a34c7e

#a34c7e #7ea34c #4c7ea3

Analogous Colors of #a34c7e

#a34c7e #a34c52 #9d4ca3

Monochromatic Colors of #a34c7e

#a34c7e

Complementary Color

#a34c7e #4ca371

#a34c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34c7e Color CSS Codes

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

#a34c7e Text Font Color

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

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


#a34c7e Background Color

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

This div background color is #a34c7e


#a34c7e Border Color

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

This div border color is #a34c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34c7e


Comments

No comments written yet.

Please login to write comment.