Color Hex Logo

#a983ea Color Hex

#A983EA
(169,131,234)
0 Favorites   0 Comments

Color spaces of #a983ea

RGB 169131234
HSL0.730.710.72
HSV262°44°92°
CMYK 0.280.440.00   0.08
XYZ39.329830.608181.6770
Yxy30.60810.25940.2019
Hunter Lab55.324630.0762-48.8040
CIE-Lab62.175435.6270-46.9378

#a983ea color RGB value is (169,131,234).

#a983ea hex color red value is 169, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a983ea hue: 0.73 , saturation: 0.71 and the lightness value of a983ea is 0.72.

The process color (four color CMYK) of #a983ea color hex is 0.28, 0.44, 0.00, 0.08. Web safe color of #a983ea is #9999ff. Color #a983ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 11101010
Octal 251 203 352
Decimal 169 131 234
Hex A9 83 EA

RGB Percentages of Color #a983ea

%31.65
%24.53
%43.82

CMYK Percentages of Color #a983ea

%28
%44
%0
%8

Triadic Colors of #a983ea

#a983ea #eaa983 #83eaa9

Analogous Colors of #a983ea

#a983ea #dd83ea #8391ea

Monochromatic Colors of #a983ea

#a983ea

Complementary Color

#a983ea #c4ea83

#a983ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a983ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a983ea Color CSS Codes

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

#a983ea Text Font Color

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

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


#a983ea Background Color

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

This div background color is #a983ea


#a983ea Border Color

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

This div border color is #a983ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a983ea


Comments

No comments written yet.

Please login to write comment.