Color Hex Logo

#a381de Color Hex

#A381DE
(163,129,222)
0 Favorites   0 Comments

Color spaces of #a381de

RGB 163129222
HSL0.730.580.69
HSV262°42°87°
CMYK 0.270.420.00   0.13
XYZ36.139328.761072.7539
Yxy28.76100.26250.2089
Hunter Lab53.629326.4350-42.8928
CIE-Lab60.570132.1859-42.8311

#a381de color RGB value is (163,129,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 11011110
Octal 243 201 336
Decimal 163 129 222
Hex A3 81 DE

RGB Percentages of Color #a381de

%31.71
%25.10
%43.19

CMYK Percentages of Color #a381de

%27
%42
%0
%13

Triadic Colors of #a381de

#a381de #dea381 #81dea3

Analogous Colors of #a381de

#a381de #d281de #818ede

Monochromatic Colors of #a381de

#a381de

Complementary Color

#a381de #bcde81

#a381de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a381de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a381de Color CSS Codes

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

#a381de Text Font Color

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

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


#a381de Background Color

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

This div background color is #a381de


#a381de Border Color

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

This div border color is #a381de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,129,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a381de


Comments

No comments written yet.

Please login to write comment.