Color Hex Logo

#a34057 Color Hex

#A34057
(163,64,87)
0 Favorites   0 Comments

Color spaces of #a34057

RGB 1636487
HSL0.960.440.45
HSV346°61°64°
CMYK 0.000.610.47   0.36
XYZ18.658012.141410.3770
Yxy12.14140.45310.2949
Hunter Lab34.844534.60256.7341
CIE-Lab41.440043.00277.6791

#a34057 color RGB value is (163,64,87).

#a34057 hex color red value is 163, green value is 64 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a34057 hue: 0.96 , saturation: 0.44 and the lightness value of a34057 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 01010111
Octal 243 100 127
Decimal 163 64 87
Hex A3 40 57

RGB Percentages of Color #a34057

%51.91
%20.38
%27.71

CMYK Percentages of Color #a34057

%0
%61
%47
%36

Triadic Colors of #a34057

#a34057 #57a340 #4057a3

Analogous Colors of #a34057

#a34057 #a35b40 #a34089

Monochromatic Colors of #a34057

#a34057

Complementary Color

#a34057 #40a38c

#a34057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34057 Color CSS Codes

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

#a34057 Text Font Color

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

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


#a34057 Background Color

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

This div background color is #a34057


#a34057 Border Color

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

This div border color is #a34057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34057


Comments

No comments written yet.

Please login to write comment.