Color Hex Logo

#a64894 Color Hex

#A64894
(166,72,148)
0 Favorites   0 Comments

Color spaces of #a64894

RGB 16672148
HSL0.870.390.47
HSV311°57°65°
CMYK 0.000.570.11   0.35
XYZ23.388514.879829.6564
Yxy14.87980.34430.2191
Hunter Lab38.574340.7235-18.5808
CIE-Lab45.469148.3692-23.6619

#a64894 color RGB value is (166,72,148).

#a64894 hex color red value is 166, green value is 72 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a64894 hue: 0.87 , saturation: 0.39 and the lightness value of a64894 is 0.47.

The process color (four color CMYK) of #a64894 color hex is 0.00, 0.57, 0.11, 0.35. Web safe color of #a64894 is #993399. Color #a64894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 10010100
Octal 246 110 224
Decimal 166 72 148
Hex A6 48 94

RGB Percentages of Color #a64894

%43.01
%18.65
%38.34

CMYK Percentages of Color #a64894

%0
%57
%11
%35

Triadic Colors of #a64894

#a64894 #94a648 #4894a6

Analogous Colors of #a64894

#a64894 #a64865 #8948a6

Monochromatic Colors of #a64894

#a64894

Complementary Color

#a64894 #48a65a

#a64894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64894 Color CSS Codes

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

#a64894 Text Font Color

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

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


#a64894 Background Color

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

This div background color is #a64894


#a64894 Border Color

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

This div border color is #a64894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,72,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64894


Comments

No comments written yet.

Please login to write comment.