Color Hex Logo

#a862ac Color Hex

#A862AC
(168,98,172)
0 Favorites   0 Comments

Color spaces of #a862ac

RGB 16898172
HSL0.820.310.53
HSV297°43°67°
CMYK 0.020.430.00   0.33
XYZ27.962520.038841.4238
Yxy20.03880.31270.2241
Hunter Lab44.764733.1626-23.5297
CIE-Lab51.881139.9533-27.8831

#a862ac color RGB value is (168,98,172).

#a862ac hex color red value is 168, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a862ac hue: 0.82 , saturation: 0.31 and the lightness value of a862ac is 0.53.

The process color (four color CMYK) of #a862ac color hex is 0.02, 0.43, 0.00, 0.33. Web safe color of #a862ac is #996699. Color #a862ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 10101100
Octal 250 142 254
Decimal 168 98 172
Hex A8 62 AC

RGB Percentages of Color #a862ac

%38.36
%22.37
%39.27

CMYK Percentages of Color #a862ac

%2
%43
%0
%33

Triadic Colors of #a862ac

#a862ac #aca862 #62aca8

Analogous Colors of #a862ac

#a862ac #ac628b #8362ac

Monochromatic Colors of #a862ac

#a862ac

Complementary Color

#a862ac #66ac62

#a862ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a862ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a862ac Color CSS Codes

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

#a862ac Text Font Color

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

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


#a862ac Background Color

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

This div background color is #a862ac


#a862ac Border Color

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

This div border color is #a862ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a862ac


Comments

No comments written yet.

Please login to write comment.