Color Hex Logo

#a382eb Color Hex

#A382EB
(163,130,235)
0 Favorites   0 Comments

Color spaces of #a382eb

RGB 163130235
HSL0.720.720.72
HSV259°45°92°
CMYK 0.310.450.00   0.08
XYZ38.082329.750082.3324
Yxy29.75000.25360.1981
Hunter Lab54.543629.1774-51.3166
CIE-Lab61.437934.8240-48.6941

#a382eb color RGB value is (163,130,235).

#a382eb hex color red value is 163, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a382eb hue: 0.72 , saturation: 0.72 and the lightness value of a382eb is 0.72.

The process color (four color CMYK) of #a382eb color hex is 0.31, 0.45, 0.00, 0.08. Web safe color of #a382eb is #9999ff. Color #a382eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 11101011
Octal 243 202 353
Decimal 163 130 235
Hex A3 82 EB

RGB Percentages of Color #a382eb

%30.87
%24.62
%44.51

CMYK Percentages of Color #a382eb

%31
%45
%0
%8

Triadic Colors of #a382eb

#a382eb #eba382 #82eba3

Analogous Colors of #a382eb

#a382eb #d882eb #8296eb

Monochromatic Colors of #a382eb

#a382eb

Complementary Color

#a382eb #caeb82

#a382eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382eb Color CSS Codes

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

#a382eb Text Font Color

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

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


#a382eb Background Color

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

This div background color is #a382eb


#a382eb Border Color

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

This div border color is #a382eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382eb


Comments

No comments written yet.

Please login to write comment.