Color Hex Logo

#a64598 Color Hex

#A64598
(166,69,152)
0 Favorites   0 Comments

Color spaces of #a64598

RGB 16669152
HSL0.860.410.46
HSV309°58°65°
CMYK 0.000.580.08   0.35
XYZ23.521514.630231.2900
Yxy14.63020.33870.2107
Hunter Lab38.249442.8321-21.7276
CIE-Lab45.123550.4518-26.5958

#a64598 color RGB value is (166,69,152).

#a64598 hex color red value is 166, green value is 69 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a64598 hue: 0.86 , saturation: 0.41 and the lightness value of a64598 is 0.46.

The process color (four color CMYK) of #a64598 color hex is 0.00, 0.58, 0.08, 0.35. Web safe color of #a64598 is #993399. Color #a64598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 10011000
Octal 246 105 230
Decimal 166 69 152
Hex A6 45 98

RGB Percentages of Color #a64598

%42.89
%17.83
%39.28

CMYK Percentages of Color #a64598

%0
%58
%8
%35

Triadic Colors of #a64598

#a64598 #98a645 #4598a6

Analogous Colors of #a64598

#a64598 #a64568 #8445a6

Monochromatic Colors of #a64598

#a64598

Complementary Color

#a64598 #45a653

#a64598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64598 Color CSS Codes

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

#a64598 Text Font Color

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

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


#a64598 Background Color

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

This div background color is #a64598


#a64598 Border Color

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

This div border color is #a64598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64598


Comments

No comments written yet.

Please login to write comment.