Color Hex Logo

#a43955 Color Hex

#A43955
(164,57,85)
0 Favorites   0 Comments

Color spaces of #a43955

RGB 1645785
HSL0.960.480.43
HSV344°65°64°
CMYK 0.000.650.48   0.36
XYZ18.412711.47469.8387
Yxy11.47460.46350.2888
Hunter Lab33.874237.74596.4912
CIE-Lab40.368646.34177.4397

#a43955 color RGB value is (164,57,85).

#a43955 hex color red value is 164, green value is 57 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a43955 hue: 0.96 , saturation: 0.48 and the lightness value of a43955 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111001 01010101
Octal 244 71 125
Decimal 164 57 85
Hex A4 39 55

RGB Percentages of Color #a43955

%53.59
%18.63
%27.78

CMYK Percentages of Color #a43955

%0
%65
%48
%36

Triadic Colors of #a43955

#a43955 #55a439 #3955a4

Analogous Colors of #a43955

#a43955 #a45339 #a4398b

Monochromatic Colors of #a43955

#a43955

Complementary Color

#a43955 #39a488

#a43955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43955 Color CSS Codes

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

#a43955 Text Font Color

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

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


#a43955 Background Color

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

This div background color is #a43955


#a43955 Border Color

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

This div border color is #a43955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,57,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 #a43955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43955


Comments

No comments written yet.

Please login to write comment.