Color Hex Logo

#a44674 Color Hex

#A44674
(164,70,116)
0 Favorites   0 Comments

Color spaces of #a44674

RGB 16470116
HSL0.920.400.46
HSV331°57°64°
CMYK 0.000.570.29   0.36
XYZ20.652413.533818.0468
Yxy13.53380.39540.2591
Hunter Lab36.788335.8276-3.3334
CIE-Lab43.556843.8840-7.1768

#a44674 color RGB value is (164,70,116).

#a44674 hex color red value is 164, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a44674 hue: 0.92 , saturation: 0.40 and the lightness value of a44674 is 0.46.

The process color (four color CMYK) of #a44674 color hex is 0.00, 0.57, 0.29, 0.36. Web safe color of #a44674 is #993366. Color #a44674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 01110100
Octal 244 106 164
Decimal 164 70 116
Hex A4 46 74

RGB Percentages of Color #a44674

%46.86
%20.00
%33.14

CMYK Percentages of Color #a44674

%0
%57
%29
%36

Triadic Colors of #a44674

#a44674 #74a446 #4674a4

Analogous Colors of #a44674

#a44674 #a44746 #a446a3

Monochromatic Colors of #a44674

#a44674

Complementary Color

#a44674 #46a476

#a44674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44674 Color CSS Codes

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

#a44674 Text Font Color

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

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


#a44674 Background Color

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

This div background color is #a44674


#a44674 Border Color

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

This div border color is #a44674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44674


Comments

No comments written yet.

Please login to write comment.