Color Hex Logo

#a64057 Color Hex

#A64057
(166,64,87)
0 Favorites   0 Comments

Color spaces of #a64057

RGB 1666487
HSL0.960.440.45
HSV346°61°65°
CMYK 0.000.610.48   0.35
XYZ19.279612.461910.4061
Yxy12.46190.45740.2957
Hunter Lab35.301435.70897.2336
CIE-Lab41.941044.03498.4576

#a64057 color RGB value is (166,64,87).

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

The process color (four color CMYK) of #a64057 color hex is 0.00, 0.61, 0.48, 0.35. Web safe color of #a64057 is #993366. Color #a64057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 01010111
Octal 246 100 127
Decimal 166 64 87
Hex A6 40 57

RGB Percentages of Color #a64057

%52.37
%20.19
%27.44

CMYK Percentages of Color #a64057

%0
%61
%48
%35

Triadic Colors of #a64057

#a64057 #57a640 #4057a6

Analogous Colors of #a64057

#a64057 #a65c40 #a6408a

Monochromatic Colors of #a64057

#a64057

Complementary Color

#a64057 #40a68f

#a64057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64057 Color CSS Codes

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

#a64057 Text Font Color

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

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


#a64057 Background Color

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

This div background color is #a64057


#a64057 Border Color

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

This div border color is #a64057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64057


Comments

No comments written yet.

Please login to write comment.