Color Hex Logo

#a44453 Color Hex

#A44453
(164,68,83)
0 Favorites   0 Comments

Color spaces of #a44453

RGB 1646883
HSL0.970.410.45
HSV351°59°64°
CMYK 0.000.590.49   0.36
XYZ18.938312.65139.6274
Yxy12.65130.45950.3069
Hunter Lab35.568732.79608.8500
CIE-Lab42.233141.032111.3015

#a44453 color RGB value is (164,68,83).

#a44453 hex color red value is 164, green value is 68 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a44453 hue: 0.97 , saturation: 0.41 and the lightness value of a44453 is 0.45.

The process color (four color CMYK) of #a44453 color hex is 0.00, 0.59, 0.49, 0.36. Web safe color of #a44453 is #993366. Color #a44453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 01010011
Octal 244 104 123
Decimal 164 68 83
Hex A4 44 53

RGB Percentages of Color #a44453

%52.06
%21.59
%26.35

CMYK Percentages of Color #a44453

%0
%59
%49
%36

Triadic Colors of #a44453

#a44453 #53a444 #4453a4

Analogous Colors of #a44453

#a44453 #a46544 #a44483

Monochromatic Colors of #a44453

#a44453

Complementary Color

#a44453 #44a495

#a44453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44453 Color CSS Codes

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

#a44453 Text Font Color

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

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


#a44453 Background Color

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

This div background color is #a44453


#a44453 Border Color

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

This div border color is #a44453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44453


Comments

No comments written yet.

Please login to write comment.