Color Hex Logo

#a4264d Color Hex

#A4264D
(164,38,77)
0 Favorites   0 Comments

Color spaces of #a4264d

RGB 1643877
HSL0.950.620.40
HSV341°77°64°
CMYK 0.000.770.53   0.36
XYZ17.34259.81468.0015
Yxy9.81460.49330.2792
Hunter Lab31.328343.98846.7866
CIE-Lab37.507652.95618.4822

#a4264d color RGB value is (164,38,77).

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

The process color (four color CMYK) of #a4264d color hex is 0.00, 0.77, 0.53, 0.36. Web safe color of #a4264d is #993366. Color #a4264d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 01001101
Octal 244 46 115
Decimal 164 38 77
Hex A4 26 4D

RGB Percentages of Color #a4264d

%58.78
%13.62
%27.60

CMYK Percentages of Color #a4264d

%0
%77
%53
%36

Triadic Colors of #a4264d

#a4264d #4da426 #264da4

Analogous Colors of #a4264d

#a4264d #a43e26 #a4268c

Monochromatic Colors of #a4264d

#a4264d

Complementary Color

#a4264d #26a47d

#a4264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4264d Color CSS Codes

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

#a4264d Text Font Color

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

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


#a4264d Background Color

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

This div background color is #a4264d


#a4264d Border Color

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

This div border color is #a4264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4264d


Comments

No comments written yet.

Please login to write comment.