Color Hex Logo

#a42055 Color Hex

#A42055
(164,32,85)
0 Favorites   0 Comments

Color spaces of #a42055

RGB 1643285
HSL0.930.670.38
HSV336°80°64°
CMYK 0.000.800.48   0.36
XYZ17.46609.58149.5232
Yxy9.58140.47760.2620
Hunter Lab30.953846.55113.4266
CIE-Lab37.080455.46902.7402

#a42055 color RGB value is (164,32,85).

#a42055 hex color red value is 164, green value is 32 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a42055 hue: 0.93 , saturation: 0.67 and the lightness value of a42055 is 0.38.

The process color (four color CMYK) of #a42055 color hex is 0.00, 0.80, 0.48, 0.36. Web safe color of #a42055 is #993366. Color #a42055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 01010101
Octal 244 40 125
Decimal 164 32 85
Hex A4 20 55

RGB Percentages of Color #a42055

%58.36
%11.39
%30.25

CMYK Percentages of Color #a42055

%0
%80
%48
%36

Triadic Colors of #a42055

#a42055 #55a420 #2055a4

Analogous Colors of #a42055

#a42055 #a42d20 #a42097

Monochromatic Colors of #a42055

#a42055

Complementary Color

#a42055 #20a46f

#a42055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42055 Color CSS Codes

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

#a42055 Text Font Color

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

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


#a42055 Background Color

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

This div background color is #a42055


#a42055 Border Color

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

This div border color is #a42055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42055


Comments

No comments written yet.

Please login to write comment.