Color Hex Logo

#a0647e Color Hex

#A0647E
(160,100,126)
0 Favorites   0 Comments

Color spaces of #a0647e

RGB 160100126
HSL0.930.240.51
HSV334°38°63°
CMYK 0.000.380.21   0.37
XYZ22.820318.094322.0284
Yxy18.09430.36260.2875
Hunter Lab42.537421.3206-0.9277
CIE-Lab49.610327.9613-4.2886

#a0647e color RGB value is (160,100,126).

#a0647e hex color red value is 160, green value is 100 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0647e hue: 0.93 , saturation: 0.24 and the lightness value of a0647e is 0.51.

The process color (four color CMYK) of #a0647e color hex is 0.00, 0.38, 0.21, 0.37. Web safe color of #a0647e is #996666. Color #a0647e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 01111110
Octal 240 144 176
Decimal 160 100 126
Hex A0 64 7E

RGB Percentages of Color #a0647e

%41.45
%25.91
%32.64

CMYK Percentages of Color #a0647e

%0
%38
%21
%37

Triadic Colors of #a0647e

#a0647e #7ea064 #647ea0

Analogous Colors of #a0647e

#a0647e #a06864 #a0649c

Monochromatic Colors of #a0647e

#a0647e

Complementary Color

#a0647e #64a086

#a0647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0647e Color CSS Codes

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

#a0647e Text Font Color

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

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


#a0647e Background Color

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

This div background color is #a0647e


#a0647e Border Color

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

This div border color is #a0647e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0647e


Comments

No comments written yet.

Please login to write comment.