Color Hex Logo

#a183dc Color Hex

#A183DC
(161,131,220)
0 Favorites   0 Comments

Color spaces of #a183dc

RGB 161131220
HSL0.720.560.69
HSV260°40°86°
CMYK 0.270.400.00   0.14
XYZ35.732528.977071.4200
Yxy28.97700.26250.2129
Hunter Lab53.830324.2851-40.9825
CIE-Lab60.761329.9974-41.4263

#a183dc color RGB value is (161,131,220).

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

The process color (four color CMYK) of #a183dc color hex is 0.27, 0.40, 0.00, 0.14. Web safe color of #a183dc is #9999cc. Color #a183dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 11011100
Octal 241 203 334
Decimal 161 131 220
Hex A1 83 DC

RGB Percentages of Color #a183dc

%31.45
%25.59
%42.97

CMYK Percentages of Color #a183dc

%27
%40
%0
%14

Triadic Colors of #a183dc

#a183dc #dca183 #83dca1

Analogous Colors of #a183dc

#a183dc #ce83dc #8392dc

Monochromatic Colors of #a183dc

#a183dc

Complementary Color

#a183dc #bedc83

#a183dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183dc Color CSS Codes

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

#a183dc Text Font Color

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

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


#a183dc Background Color

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

This div background color is #a183dc


#a183dc Border Color

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

This div border color is #a183dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183dc


Comments

No comments written yet.

Please login to write comment.