Color Hex Logo

#a872dc Color Hex

#A872DC
(168,114,220)
0 Favorites   0 Comments

Color spaces of #a872dc

RGB 168114220
HSL0.750.600.65
HSV271°48°86°
CMYK 0.240.480.00   0.14
XYZ35.084025.526870.7882
Yxy25.52680.26700.1943
Hunter Lab50.524135.5336-47.7031
CIE-Lab57.585141.4914-46.3885

#a872dc color RGB value is (168,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 11011100
Octal 250 162 334
Decimal 168 114 220
Hex A8 72 DC

RGB Percentages of Color #a872dc

%33.47
%22.71
%43.82

CMYK Percentages of Color #a872dc

%24
%48
%0
%14

Triadic Colors of #a872dc

#a872dc #dca872 #72dca8

Analogous Colors of #a872dc

#a872dc #dc72db #7372dc

Monochromatic Colors of #a872dc

#a872dc

Complementary Color

#a872dc #a6dc72

#a872dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872dc Color CSS Codes

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

#a872dc Text Font Color

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

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


#a872dc Background Color

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

This div background color is #a872dc


#a872dc Border Color

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

This div border color is #a872dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872dc


Comments

No comments written yet.

Please login to write comment.