Color Hex Logo

#a42689 Color Hex

#A42689
(164,38,137)
0 Favorites   0 Comments

Color spaces of #a42689

RGB 16438137
HSL0.870.620.40
HSV313°77°64°
CMYK 0.000.770.16   0.36
XYZ20.518311.084924.7251
Yxy11.08490.36430.1968
Hunter Lab33.294051.7408-20.7247
CIE-Lab39.723159.7565-25.9433

#a42689 color RGB value is (164,38,137).

#a42689 hex color red value is 164, green value is 38 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a42689 hue: 0.87 , saturation: 0.62 and the lightness value of a42689 is 0.40.

The process color (four color CMYK) of #a42689 color hex is 0.00, 0.77, 0.16, 0.36. Web safe color of #a42689 is #993399. Color #a42689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 10001001
Octal 244 46 211
Decimal 164 38 137
Hex A4 26 89

RGB Percentages of Color #a42689

%48.38
%11.21
%40.41

CMYK Percentages of Color #a42689

%0
%77
%16
%36

Triadic Colors of #a42689

#a42689 #89a426 #2689a4

Analogous Colors of #a42689

#a42689 #a4264a #8026a4

Monochromatic Colors of #a42689

#a42689

Complementary Color

#a42689 #26a441

#a42689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42689 Color CSS Codes

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

#a42689 Text Font Color

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

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


#a42689 Background Color

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

This div background color is #a42689


#a42689 Border Color

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

This div border color is #a42689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42689


Comments

No comments written yet.

Please login to write comment.