Color Hex Logo

#a292ad Color Hex

#A292AD
(162,146,173)
0 Favorites   0 Comments

Color spaces of #a292ad

RGB 162146173
HSL0.770.140.63
HSV276°16°68°
CMYK 0.060.160.00   0.32
XYZ32.722031.256343.8436
Yxy31.25630.30350.2899
Hunter Lab55.90736.6364-7.3612
CIE-Lab62.723411.1070-11.9581

#a292ad color RGB value is (162,146,173).

#a292ad hex color red value is 162, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a292ad hue: 0.77 , saturation: 0.14 and the lightness value of a292ad is 0.63.

The process color (four color CMYK) of #a292ad color hex is 0.06, 0.16, 0.00, 0.32. Web safe color of #a292ad is #999999. Color #a292ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010010 10101101
Octal 242 222 255
Decimal 162 146 173
Hex A2 92 AD

RGB Percentages of Color #a292ad

%33.68
%30.35
%35.97

CMYK Percentages of Color #a292ad

%6
%16
%0
%32

Triadic Colors of #a292ad

#a292ad #ada292 #92ada2

Analogous Colors of #a292ad

#a292ad #ad92ab #9592ad

Monochromatic Colors of #a292ad

#a292ad

Complementary Color

#a292ad #9dad92

#a292ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a292ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a292ad Color CSS Codes

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

#a292ad Text Font Color

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

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


#a292ad Background Color

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

This div background color is #a292ad


#a292ad Border Color

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

This div border color is #a292ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a292ad


Comments

No comments written yet.

Please login to write comment.