Color Hex Logo

#a44050 Color Hex

#A44050
(164,64,80)
0 Favorites   0 Comments

Color spaces of #a44050

RGB 1646480
HSL0.970.440.45
HSV350°61°64°
CMYK 0.000.610.51   0.36
XYZ18.591212.13858.9525
Yxy12.13850.46850.3059
Hunter Lab34.840434.27909.1532
CIE-Lab41.435442.675212.0588

#a44050 color RGB value is (164,64,80).

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

The process color (four color CMYK) of #a44050 color hex is 0.00, 0.61, 0.51, 0.36. Web safe color of #a44050 is #993366. Color #a44050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 01010000
Octal 244 100 120
Decimal 164 64 80
Hex A4 40 50

RGB Percentages of Color #a44050

%53.25
%20.78
%25.97

CMYK Percentages of Color #a44050

%0
%61
%51
%36

Triadic Colors of #a44050

#a44050 #50a440 #4050a4

Analogous Colors of #a44050

#a44050 #a46240 #a44082

Monochromatic Colors of #a44050

#a44050

Complementary Color

#a44050 #40a494

#a44050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44050 Color CSS Codes

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

#a44050 Text Font Color

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

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


#a44050 Background Color

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

This div background color is #a44050


#a44050 Border Color

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

This div border color is #a44050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44050


Comments

No comments written yet.

Please login to write comment.