Color Hex Logo

#a884ce Color Hex

#A884CE
(168,132,206)
0 Favorites   0 Comments

Color spaces of #a884ce

RGB 168132206
HSL0.750.430.66
HSV269°36°81°
CMYK 0.180.360.00   0.19
XYZ35.540329.283662.1716
Yxy29.28360.27990.2306
Hunter Lab54.114322.5322-30.2379
CIE-Lab61.031128.1864-33.1110

#a884ce color RGB value is (168,132,206).

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

The process color (four color CMYK) of #a884ce color hex is 0.18, 0.36, 0.00, 0.19. Web safe color of #a884ce is #9999cc. Color #a884ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11001110
Octal 250 204 316
Decimal 168 132 206
Hex A8 84 CE

RGB Percentages of Color #a884ce

%33.20
%26.09
%40.71

CMYK Percentages of Color #a884ce

%18
%36
%0
%19

Triadic Colors of #a884ce

#a884ce #cea884 #84cea8

Analogous Colors of #a884ce

#a884ce #cd84ce #8485ce

Monochromatic Colors of #a884ce

#a884ce

Complementary Color

#a884ce #aace84

#a884ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884ce Color CSS Codes

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

#a884ce Text Font Color

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

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


#a884ce Background Color

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

This div background color is #a884ce


#a884ce Border Color

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

This div border color is #a884ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884ce


Comments

No comments written yet.

Please login to write comment.