Color Hex Logo

#a380de Color Hex

#A380DE
(163,128,222)
0 Favorites   0 Comments

Color spaces of #a380de

RGB 163128222
HSL0.730.590.69
HSV262°42°87°
CMYK 0.270.420.00   0.13
XYZ36.008228.498872.7102
Yxy28.49880.26240.2077
Hunter Lab53.384326.9775-43.3849
CIE-Lab60.336732.7533-43.1985

#a380de color RGB value is (163,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 11011110
Octal 243 200 336
Decimal 163 128 222
Hex A3 80 DE

RGB Percentages of Color #a380de

%31.77
%24.95
%43.27

CMYK Percentages of Color #a380de

%27
%42
%0
%13

Triadic Colors of #a380de

#a380de #dea380 #80dea3

Analogous Colors of #a380de

#a380de #d280de #808cde

Monochromatic Colors of #a380de

#a380de

Complementary Color

#a380de #bbde80

#a380de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a380de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a380de Color CSS Codes

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

#a380de Text Font Color

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

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


#a380de Background Color

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

This div background color is #a380de


#a380de Border Color

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

This div border color is #a380de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a380de


Comments

No comments written yet.

Please login to write comment.