Color Hex Logo

#a4568a Color Hex

#A4568A
(164,86,138)
0 Favorites   0 Comments

Color spaces of #a4568a

RGB 16486138
HSL0.890.310.49
HSV320°48°64°
CMYK 0.000.480.16   0.36
XYZ23.225116.383125.9829
Yxy16.38310.35410.2498
Hunter Lab40.476031.5900-9.7270
CIE-Lab47.473138.9998-14.6161

#a4568a color RGB value is (164,86,138).

#a4568a hex color red value is 164, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a4568a hue: 0.89 , saturation: 0.31 and the lightness value of a4568a is 0.49.

The process color (four color CMYK) of #a4568a color hex is 0.00, 0.48, 0.16, 0.36. Web safe color of #a4568a is #996699. Color #a4568a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10001010
Octal 244 126 212
Decimal 164 86 138
Hex A4 56 8A

RGB Percentages of Color #a4568a

%42.27
%22.16
%35.57

CMYK Percentages of Color #a4568a

%0
%48
%16
%36

Triadic Colors of #a4568a

#a4568a #8aa456 #568aa4

Analogous Colors of #a4568a

#a4568a #a45663 #9756a4

Monochromatic Colors of #a4568a

#a4568a

Complementary Color

#a4568a #56a470

#a4568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4568a Color CSS Codes

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

#a4568a Text Font Color

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

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


#a4568a Background Color

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

This div background color is #a4568a


#a4568a Border Color

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

This div border color is #a4568a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,86,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4568a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4568a;
  -webkit-box-shadow: 1px 1px 3px 2px #a4568a;
  box-shadow:         1px 1px 3px 2px #a4568a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,86,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4568a


Comments

No comments written yet.

Please login to write comment.