Color Hex Logo

#a183dd Color Hex

#A183DD
(161,131,221)
0 Favorites   0 Comments

Color spaces of #a183dd

RGB 161131221
HSL0.720.570.69
HSV260°41°87°
CMYK 0.270.410.00   0.13
XYZ35.865429.030172.1197
Yxy29.03010.26180.2119
Hunter Lab53.879624.5307-41.6460
CIE-Lab60.808230.2423-41.9111

#a183dd color RGB value is (161,131,221).

#a183dd hex color red value is 161, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a183dd hue: 0.72 , saturation: 0.57 and the lightness value of a183dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 11011101
Octal 241 203 335
Decimal 161 131 221
Hex A1 83 DD

RGB Percentages of Color #a183dd

%31.38
%25.54
%43.08

CMYK Percentages of Color #a183dd

%27
%41
%0
%13

Triadic Colors of #a183dd

#a183dd #dda183 #83dda1

Analogous Colors of #a183dd

#a183dd #ce83dd #8392dd

Monochromatic Colors of #a183dd

#a183dd

Complementary Color

#a183dd #bfdd83

#a183dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183dd Color CSS Codes

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

#a183dd Text Font Color

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

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


#a183dd Background Color

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

This div background color is #a183dd


#a183dd Border Color

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

This div border color is #a183dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183dd


Comments

No comments written yet.

Please login to write comment.