Color Hex Logo

#a876dc Color Hex

#A876DC
(168,118,220)
0 Favorites   0 Comments

Color spaces of #a876dc

RGB 168118220
HSL0.750.590.66
HSV269°46°86°
CMYK 0.240.460.00   0.14
XYZ35.545226.449070.9419
Yxy26.44900.26740.1990
Hunter Lab51.428633.3714-45.7861
CIE-Lab58.460839.2818-45.0041

#a876dc color RGB value is (168,118,220).

#a876dc hex color red value is 168, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a876dc hue: 0.75 , saturation: 0.59 and the lightness value of a876dc is 0.66.

The process color (four color CMYK) of #a876dc color hex is 0.24, 0.46, 0.00, 0.14. Web safe color of #a876dc is #9966cc. Color #a876dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 11011100
Octal 250 166 334
Decimal 168 118 220
Hex A8 76 DC

RGB Percentages of Color #a876dc

%33.20
%23.32
%43.48

CMYK Percentages of Color #a876dc

%24
%46
%0
%14

Triadic Colors of #a876dc

#a876dc #dca876 #76dca8

Analogous Colors of #a876dc

#a876dc #db76dc #7677dc

Monochromatic Colors of #a876dc

#a876dc

Complementary Color

#a876dc #aadc76

#a876dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a876dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a876dc Color CSS Codes

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

#a876dc Text Font Color

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

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


#a876dc Background Color

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

This div background color is #a876dc


#a876dc Border Color

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

This div border color is #a876dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a876dc


Comments

No comments written yet.

Please login to write comment.