Color Hex Logo

#a972ce Color Hex

#A972CE
(169,114,206)
0 Favorites   0 Comments

Color spaces of #a972ce

RGB 169114206
HSL0.770.480.63
HSV276°45°81°
CMYK 0.180.450.00   0.19
XYZ33.520124.925961.4370
Yxy24.92590.27960.2079
Hunter Lab49.925832.4743-38.0121
CIE-Lab57.003238.5895-39.3997

#a972ce color RGB value is (169,114,206).

#a972ce hex color red value is 169, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a972ce hue: 0.77 , saturation: 0.48 and the lightness value of a972ce is 0.63.

The process color (four color CMYK) of #a972ce color hex is 0.18, 0.45, 0.00, 0.19. Web safe color of #a972ce is #9966cc. Color #a972ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 11001110
Octal 251 162 316
Decimal 169 114 206
Hex A9 72 CE

RGB Percentages of Color #a972ce

%34.56
%23.31
%42.13

CMYK Percentages of Color #a972ce

%18
%45
%0
%19

Triadic Colors of #a972ce

#a972ce #cea972 #72cea9

Analogous Colors of #a972ce

#a972ce #ce72c5 #7b72ce

Monochromatic Colors of #a972ce

#a972ce

Complementary Color

#a972ce #97ce72

#a972ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972ce Color CSS Codes

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

#a972ce Text Font Color

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

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


#a972ce Background Color

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

This div background color is #a972ce


#a972ce Border Color

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

This div border color is #a972ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,114,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a972ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a972ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a972ce;
  box-shadow:         1px 1px 3px 2px #a972ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,114,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972ce


Comments

No comments written yet.

Please login to write comment.