Color Hex Logo

#a985cc Color Hex

#A985CC
(169,133,204)
0 Favorites   0 Comments

Color spaces of #a985cc

RGB 169133204
HSL0.750.410.66
HSV270°35°80°
CMYK 0.170.350.00   0.20
XYZ35.648829.569760.9554
Yxy29.56970.28250.2344
Hunter Lab54.378021.8583-28.3969
CIE-Lab61.281227.4748-31.5908

#a985cc color RGB value is (169,133,204).

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

The process color (four color CMYK) of #a985cc color hex is 0.17, 0.35, 0.00, 0.20. Web safe color of #a985cc is #9999cc. Color #a985cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 11001100
Octal 251 205 314
Decimal 169 133 204
Hex A9 85 CC

RGB Percentages of Color #a985cc

%33.40
%26.28
%40.32

CMYK Percentages of Color #a985cc

%17
%35
%0
%20

Triadic Colors of #a985cc

#a985cc #cca985 #85cca9

Analogous Colors of #a985cc

#a985cc #cc85cc #8685cc

Monochromatic Colors of #a985cc

#a985cc

Complementary Color

#a985cc #a8cc85

#a985cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a985cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a985cc Color CSS Codes

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

#a985cc Text Font Color

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

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


#a985cc Background Color

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

This div background color is #a985cc


#a985cc Border Color

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

This div border color is #a985cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a985cc


Comments

No comments written yet.

Please login to write comment.