Color Hex Logo

#a383de Color Hex

#A383DE
(163,131,222)
0 Favorites   0 Comments

Color spaces of #a383de

RGB 163131222
HSL0.730.580.69
HSV261°41°87°
CMYK 0.270.410.00   0.13
XYZ36.405429.293172.8426
Yxy29.29310.26280.2114
Hunter Lab54.123125.3509-41.9104
CIE-Lab61.039431.0498-42.0930

#a383de color RGB value is (163,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000011 11011110
Octal 243 203 336
Decimal 163 131 222
Hex A3 83 DE

RGB Percentages of Color #a383de

%31.59
%25.39
%43.02

CMYK Percentages of Color #a383de

%27
%41
%0
%13

Triadic Colors of #a383de

#a383de #dea383 #83dea3

Analogous Colors of #a383de

#a383de #d183de #8391de

Monochromatic Colors of #a383de

#a383de

Complementary Color

#a383de #bede83

#a383de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a383de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a383de Color CSS Codes

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

#a383de Text Font Color

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

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


#a383de Background Color

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

This div background color is #a383de


#a383de Border Color

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

This div border color is #a383de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a383de


Comments

No comments written yet.

Please login to write comment.