Color Hex Logo

#a42698 Color Hex

#A42698
(164,38,152)
0 Favorites   0 Comments

Color spaces of #a42698

RGB 16438152
HSL0.850.620.40
HSV306°77°64°
CMYK 0.000.770.07   0.36
XYZ21.670511.545730.7922
Yxy11.54570.33860.1804
Hunter Lab33.979054.3774-29.9441
CIE-Lab40.484861.9859-33.8899

#a42698 color RGB value is (164,38,152).

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

The process color (four color CMYK) of #a42698 color hex is 0.00, 0.77, 0.07, 0.36. Web safe color of #a42698 is #993399. Color #a42698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 10011000
Octal 244 46 230
Decimal 164 38 152
Hex A4 26 98

RGB Percentages of Color #a42698

%46.33
%10.73
%42.94

CMYK Percentages of Color #a42698

%0
%77
%7
%36

Triadic Colors of #a42698

#a42698 #98a426 #2698a4

Analogous Colors of #a42698

#a42698 #a42659 #7126a4

Monochromatic Colors of #a42698

#a42698

Complementary Color

#a42698 #26a432

#a42698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42698 Color CSS Codes

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

#a42698 Text Font Color

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

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


#a42698 Background Color

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

This div background color is #a42698


#a42698 Border Color

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

This div border color is #a42698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42698


Comments

No comments written yet.

Please login to write comment.