Color Hex Logo

#a42778 Color Hex

#A42778
(164,39,120)
0 Favorites   0 Comments

Color spaces of #a42778

RGB 16439120
HSL0.890.620.40
HSV321°76°64°
CMYK 0.000.760.27   0.36
XYZ19.425510.699618.8107
Yxy10.69960.39700.2186
Hunter Lab32.710248.7621-11.1988
CIE-Lab39.069857.1499-16.4417

#a42778 color RGB value is (164,39,120).

#a42778 hex color red value is 164, green value is 39 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a42778 hue: 0.89 , saturation: 0.62 and the lightness value of a42778 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 01111000
Octal 244 47 170
Decimal 164 39 120
Hex A4 27 78

RGB Percentages of Color #a42778

%50.77
%12.07
%37.15

CMYK Percentages of Color #a42778

%0
%76
%27
%36

Triadic Colors of #a42778

#a42778 #78a427 #2778a4

Analogous Colors of #a42778

#a42778 #a42739 #9227a4

Monochromatic Colors of #a42778

#a42778

Complementary Color

#a42778 #27a453

#a42778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42778 Color CSS Codes

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

#a42778 Text Font Color

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

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


#a42778 Background Color

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

This div background color is #a42778


#a42778 Border Color

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

This div border color is #a42778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,39,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 #a42778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42778


Comments

No comments written yet.

Please login to write comment.