Color Hex Logo

#a894ad Color Hex

#A894AD
(168,148,173)
0 Favorites   0 Comments

Color spaces of #a894ad

RGB 168148173
HSL0.800.130.63
HSV288°14°68°
CMYK 0.030.140.00   0.32
XYZ34.281232.521844.0057
Yxy32.52180.30940.2935
Hunter Lab57.02797.5030-5.8317
CIE-Lab63.771812.0679-10.3322

#a894ad color RGB value is (168,148,173).

#a894ad hex color red value is 168, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a894ad hue: 0.80 , saturation: 0.13 and the lightness value of a894ad is 0.63.

The process color (four color CMYK) of #a894ad color hex is 0.03, 0.14, 0.00, 0.32. Web safe color of #a894ad is #999999. Color #a894ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 10101101
Octal 250 224 255
Decimal 168 148 173
Hex A8 94 AD

RGB Percentages of Color #a894ad

%34.36
%30.27
%35.38

CMYK Percentages of Color #a894ad

%3
%14
%0
%32

Triadic Colors of #a894ad

#a894ad #ada894 #94ada8

Analogous Colors of #a894ad

#a894ad #ad94a6 #9c94ad

Monochromatic Colors of #a894ad

#a894ad

Complementary Color

#a894ad #99ad94

#a894ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a894ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a894ad Color CSS Codes

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

#a894ad Text Font Color

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

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


#a894ad Background Color

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

This div background color is #a894ad


#a894ad Border Color

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

This div border color is #a894ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a894ad


Comments

No comments written yet.

Please login to write comment.