Color Hex Logo

#a381dc Color Hex

#A381DC
(163,129,220)
0 Favorites   0 Comments

Color spaces of #a381dc

RGB 163129220
HSL0.730.570.68
HSV262°41°86°
CMYK 0.260.410.00   0.14
XYZ35.872828.654471.3503
Yxy28.65440.26400.2109
Hunter Lab53.529825.9440-41.5572
CIE-Lab60.475431.7015-41.8627

#a381dc color RGB value is (163,129,220).

#a381dc hex color red value is 163, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a381dc hue: 0.73 , saturation: 0.57 and the lightness value of a381dc is 0.68.

The process color (four color CMYK) of #a381dc color hex is 0.26, 0.41, 0.00, 0.14. Web safe color of #a381dc is #9999cc. Color #a381dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 11011100
Octal 243 201 334
Decimal 163 129 220
Hex A3 81 DC

RGB Percentages of Color #a381dc

%31.84
%25.20
%42.97

CMYK Percentages of Color #a381dc

%26
%41
%0
%14

Triadic Colors of #a381dc

#a381dc #dca381 #81dca3

Analogous Colors of #a381dc

#a381dc #d181dc #818ddc

Monochromatic Colors of #a381dc

#a381dc

Complementary Color

#a381dc #badc81

#a381dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a381dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a381dc Color CSS Codes

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

#a381dc Text Font Color

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

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


#a381dc Background Color

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

This div background color is #a381dc


#a381dc Border Color

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

This div border color is #a381dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a381dc


Comments

No comments written yet.

Please login to write comment.