Color Hex Logo

#a43d78 Color Hex

#A43D78
(164,61,120)
0 Favorites   0 Comments

Color spaces of #a43d78

RGB 16461120
HSL0.900.460.44
HSV326°63°64°
CMYK 0.000.630.27   0.36
XYZ20.368812.586119.1251
Yxy12.58610.39110.2417
Hunter Lab35.476940.3999-7.1286
CIE-Lab42.132948.6393-11.7778

#a43d78 color RGB value is (164,61,120).

#a43d78 hex color red value is 164, green value is 61 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a43d78 hue: 0.90 , saturation: 0.46 and the lightness value of a43d78 is 0.44.

The process color (four color CMYK) of #a43d78 color hex is 0.00, 0.63, 0.27, 0.36. Web safe color of #a43d78 is #993366. Color #a43d78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111101 01111000
Octal 244 75 170
Decimal 164 61 120
Hex A4 3D 78

RGB Percentages of Color #a43d78

%47.54
%17.68
%34.78

CMYK Percentages of Color #a43d78

%0
%63
%27
%36

Triadic Colors of #a43d78

#a43d78 #78a43d #3d78a4

Analogous Colors of #a43d78

#a43d78 #a43d45 #9d3da4

Monochromatic Colors of #a43d78

#a43d78

Complementary Color

#a43d78 #3da469

#a43d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43d78 Color CSS Codes

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

#a43d78 Text Font Color

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

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


#a43d78 Background Color

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

This div background color is #a43d78


#a43d78 Border Color

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

This div border color is #a43d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43d78


Comments

No comments written yet.

Please login to write comment.