Color Hex Logo

#a34677 Color Hex

#A34677
(163,70,119)
0 Favorites   0 Comments

Color spaces of #a34677

RGB 16370119
HSL0.910.400.46
HSV328°57°64°
CMYK 0.000.570.27   0.36
XYZ20.624213.498818.9713
Yxy13.49880.38840.2542
Hunter Lab36.740735.9038-4.8963
CIE-Lab43.505443.9686-9.1103

#a34677 color RGB value is (163,70,119).

#a34677 hex color red value is 163, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a34677 hue: 0.91 , saturation: 0.40 and the lightness value of a34677 is 0.46.

The process color (four color CMYK) of #a34677 color hex is 0.00, 0.57, 0.27, 0.36. Web safe color of #a34677 is #993366. Color #a34677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 01110111
Octal 243 106 167
Decimal 163 70 119
Hex A3 46 77

RGB Percentages of Color #a34677

%46.31
%19.89
%33.81

CMYK Percentages of Color #a34677

%0
%57
%27
%36

Triadic Colors of #a34677

#a34677 #77a346 #4677a3

Analogous Colors of #a34677

#a34677 #a34649 #a146a3

Monochromatic Colors of #a34677

#a34677

Complementary Color

#a34677 #46a372

#a34677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34677 Color CSS Codes

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

#a34677 Text Font Color

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

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


#a34677 Background Color

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

This div background color is #a34677


#a34677 Border Color

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

This div border color is #a34677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34677


Comments

No comments written yet.

Please login to write comment.