Color Hex Logo

#a872ce Color Hex

#A872CE
(168,114,206)
0 Favorites   0 Comments

Color spaces of #a872ce

RGB 168114206
HSL0.760.480.63
HSV275°45°81°
CMYK 0.180.450.00   0.19
XYZ33.306324.815761.4270
Yxy24.81570.27860.2076
Hunter Lab49.815432.1673-38.2394
CIE-Lab56.895438.3012-39.5765

#a872ce color RGB value is (168,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 11001110
Octal 250 162 316
Decimal 168 114 206
Hex A8 72 CE

RGB Percentages of Color #a872ce

%34.43
%23.36
%42.21

CMYK Percentages of Color #a872ce

%18
%45
%0
%19

Triadic Colors of #a872ce

#a872ce #cea872 #72cea8

Analogous Colors of #a872ce

#a872ce #ce72c6 #7a72ce

Monochromatic Colors of #a872ce

#a872ce

Complementary Color

#a872ce #98ce72

#a872ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872ce Color CSS Codes

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

#a872ce Text Font Color

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

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


#a872ce Background Color

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

This div background color is #a872ce


#a872ce Border Color

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

This div border color is #a872ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872ce


Comments

No comments written yet.

Please login to write comment.