Color Hex Logo

#a4626b Color Hex

#A4626B
(164,98,107)
0 Favorites   0 Comments

Color spaces of #a4626b

RGB 16498107
HSL0.980.270.51
HSV352°40°64°
CMYK 0.000.400.35   0.36
XYZ22.331417.689416.1473
Yxy17.68940.39760.3149
Hunter Lab42.058821.17306.6784
CIE-Lab49.117227.85136.4083

#a4626b color RGB value is (164,98,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 01101011
Octal 244 142 153
Decimal 164 98 107
Hex A4 62 6B

RGB Percentages of Color #a4626b

%44.44
%26.56
%29.00

CMYK Percentages of Color #a4626b

%0
%40
%35
%36

Triadic Colors of #a4626b

#a4626b #6ba462 #626ba4

Analogous Colors of #a4626b

#a4626b #a47a62 #a4628c

Monochromatic Colors of #a4626b

#a4626b

Complementary Color

#a4626b #62a49b

#a4626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4626b Color CSS Codes

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

#a4626b Text Font Color

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

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


#a4626b Background Color

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

This div background color is #a4626b


#a4626b Border Color

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

This div border color is #a4626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4626b


Comments

No comments written yet.

Please login to write comment.