Color Hex Logo

#a34757 Color Hex

#A34757
(163,71,87)
0 Favorites   0 Comments

Color spaces of #a34757

RGB 1637187
HSL0.970.390.46
HSV350°56°64°
CMYK 0.000.560.47   0.36
XYZ19.077812.981110.5169
Yxy12.98110.44810.3049
Hunter Lab36.029331.46597.9138
CIE-Lab42.734839.58509.5028

#a34757 color RGB value is (163,71,87).

#a34757 hex color red value is 163, green value is 71 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a34757 hue: 0.97 , saturation: 0.39 and the lightness value of a34757 is 0.46.

The process color (four color CMYK) of #a34757 color hex is 0.00, 0.56, 0.47, 0.36. Web safe color of #a34757 is #993366. Color #a34757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 01010111
Octal 243 107 127
Decimal 163 71 87
Hex A3 47 57

RGB Percentages of Color #a34757

%50.78
%22.12
%27.10

CMYK Percentages of Color #a34757

%0
%56
%47
%36

Triadic Colors of #a34757

#a34757 #57a347 #4757a3

Analogous Colors of #a34757

#a34757 #a36547 #a34785

Monochromatic Colors of #a34757

#a34757

Complementary Color

#a34757 #47a393

#a34757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34757 Color CSS Codes

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

#a34757 Text Font Color

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

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


#a34757 Background Color

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

This div background color is #a34757


#a34757 Border Color

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

This div border color is #a34757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34757


Comments

No comments written yet.

Please login to write comment.