Color Hex Logo

#a4627a Color Hex

#A4627A
(164,98,122)
0 Favorites   0 Comments

Color spaces of #a4627a

RGB 16498122
HSL0.940.270.51
HSV338°40°64°
CMYK 0.000.400.26   0.36
XYZ23.190418.033020.6708
Yxy18.03300.37470.2914
Hunter Lab42.465323.16510.8651
CIE-Lab49.536129.9520-1.9532

#a4627a color RGB value is (164,98,122).

#a4627a hex color red value is 164, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a4627a hue: 0.94 , saturation: 0.27 and the lightness value of a4627a is 0.51.

The process color (four color CMYK) of #a4627a color hex is 0.00, 0.40, 0.26, 0.36. Web safe color of #a4627a is #996666. Color #a4627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 01111010
Octal 244 142 172
Decimal 164 98 122
Hex A4 62 7A

RGB Percentages of Color #a4627a

%42.71
%25.52
%31.77

CMYK Percentages of Color #a4627a

%0
%40
%26
%36

Triadic Colors of #a4627a

#a4627a #7aa462 #627aa4

Analogous Colors of #a4627a

#a4627a #a46b62 #a4629b

Monochromatic Colors of #a4627a

#a4627a

Complementary Color

#a4627a #62a48c

#a4627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4627a Color CSS Codes

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

#a4627a Text Font Color

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

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


#a4627a Background Color

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

This div background color is #a4627a


#a4627a Border Color

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

This div border color is #a4627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4627a


Comments

No comments written yet.

Please login to write comment.