Color Hex Logo

#a983cc Color Hex

#A983CC
(169,131,204)
0 Favorites   0 Comments

Color spaces of #a983cc

RGB 169131204
HSL0.750.420.66
HSV271°36°80°
CMYK 0.170.360.00   0.20
XYZ35.377629.027260.8650
Yxy29.02720.28240.2317
Hunter Lab53.876922.9253-29.2664
CIE-Lab60.805628.6078-32.3292

#a983cc color RGB value is (169,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 11001100
Octal 251 203 314
Decimal 169 131 204
Hex A9 83 CC

RGB Percentages of Color #a983cc

%33.53
%25.99
%40.48

CMYK Percentages of Color #a983cc

%17
%36
%0
%20

Triadic Colors of #a983cc

#a983cc #cca983 #83cca9

Analogous Colors of #a983cc

#a983cc #cc83cb #8583cc

Monochromatic Colors of #a983cc

#a983cc

Complementary Color

#a983cc #a6cc83

#a983cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a983cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a983cc Color CSS Codes

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

#a983cc Text Font Color

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

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


#a983cc Background Color

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

This div background color is #a983cc


#a983cc Border Color

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

This div border color is #a983cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a983cc


Comments

No comments written yet.

Please login to write comment.