Color Hex Logo

#a983df Color Hex

#A983DF
(169,131,223)
0 Favorites   0 Comments

Color spaces of #a983df

RGB 169131223
HSL0.740.590.69
HSV265°41°87°
CMYK 0.240.410.00   0.13
XYZ37.797829.995373.6096
Yxy29.99530.26730.2121
Hunter Lab54.768027.3468-41.3498
CIE-Lab61.650232.9889-41.6518

#a983df color RGB value is (169,131,223).

#a983df hex color red value is 169, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a983df hue: 0.74 , saturation: 0.59 and the lightness value of a983df is 0.69.

The process color (four color CMYK) of #a983df color hex is 0.24, 0.41, 0.00, 0.13. Web safe color of #a983df is #9999cc. Color #a983df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 11011111
Octal 251 203 337
Decimal 169 131 223
Hex A9 83 DF

RGB Percentages of Color #a983df

%32.31
%25.05
%42.64

CMYK Percentages of Color #a983df

%24
%41
%0
%13

Triadic Colors of #a983df

#a983df #dfa983 #83dfa9

Analogous Colors of #a983df

#a983df #d783df #838bdf

Monochromatic Colors of #a983df

#a983df

Complementary Color

#a983df #b9df83

#a983df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a983df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a983df Color CSS Codes

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

#a983df Text Font Color

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

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


#a983df Background Color

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

This div background color is #a983df


#a983df Border Color

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

This div border color is #a983df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a983df


Comments

No comments written yet.

Please login to write comment.