Color Hex Logo

#a44072 Color Hex

#A44072
(164,64,114)
0 Favorites   0 Comments

Color spaces of #a44072

RGB 16464114
HSL0.920.440.45
HSV330°61°64°
CMYK 0.000.610.30   0.36
XYZ20.180512.774217.3216
Yxy12.77420.40140.2541
Hunter Lab35.741038.2399-3.7157
CIE-Lab42.421046.4723-7.6433

#a44072 color RGB value is (164,64,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 01110010
Octal 244 100 162
Decimal 164 64 114
Hex A4 40 72

RGB Percentages of Color #a44072

%47.95
%18.71
%33.33

CMYK Percentages of Color #a44072

%0
%61
%30
%36

Triadic Colors of #a44072

#a44072 #72a440 #4072a4

Analogous Colors of #a44072

#a44072 #a44040 #a440a4

Monochromatic Colors of #a44072

#a44072

Complementary Color

#a44072 #40a472

#a44072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44072 Color CSS Codes

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

#a44072 Text Font Color

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

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


#a44072 Background Color

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

This div background color is #a44072


#a44072 Border Color

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

This div border color is #a44072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44072


Comments

No comments written yet.

Please login to write comment.