Color Hex Logo

#a984cd Color Hex

#A984CD
(169,132,205)
0 Favorites   0 Comments

Color spaces of #a984cd

RGB 169132205
HSL0.750.420.66
HSV270°36°80°
CMYK 0.180.360.00   0.20
XYZ35.632929.345361.5438
Yxy29.34530.28160.2319
Hunter Lab54.171322.6143-29.4392
CIE-Lab61.085228.2659-32.4574

#a984cd color RGB value is (169,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 11001101
Octal 251 204 315
Decimal 169 132 205
Hex A9 84 CD

RGB Percentages of Color #a984cd

%33.40
%26.09
%40.51

CMYK Percentages of Color #a984cd

%18
%36
%0
%20

Triadic Colors of #a984cd

#a984cd #cda984 #84cda9

Analogous Colors of #a984cd

#a984cd #cd84cd #8584cd

Monochromatic Colors of #a984cd

#a984cd

Complementary Color

#a984cd #a8cd84

#a984cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a984cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a984cd Color CSS Codes

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

#a984cd Text Font Color

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

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


#a984cd Background Color

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

This div background color is #a984cd


#a984cd Border Color

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

This div border color is #a984cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,132,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a984cd


Comments

No comments written yet.

Please login to write comment.