Color Hex Logo

#a382fd Color Hex

#A382FD
(163,130,253)
0 Favorites   0 Comments

Color spaces of #a382fd

RGB 163130253
HSL0.710.970.75
HSV256°49°99°
CMYK 0.360.490.00   0.01
XYZ40.816530.843696.7307
Yxy30.84360.24240.1832
Hunter Lab55.537033.9974-64.3915
CIE-Lab62.375439.4018-57.1341

#a382fd color RGB value is (163,130,253).

#a382fd hex color red value is 163, green value is 130 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a382fd hue: 0.71 , saturation: 0.97 and the lightness value of a382fd is 0.75.

The process color (four color CMYK) of #a382fd color hex is 0.36, 0.49, 0.00, 0.01. Web safe color of #a382fd is #9999ff. Color #a382fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 11111101
Octal 243 202 375
Decimal 163 130 253
Hex A3 82 FD

RGB Percentages of Color #a382fd

%29.85
%23.81
%46.34

CMYK Percentages of Color #a382fd

%36
%49
%0
%1

Triadic Colors of #a382fd

#a382fd #fda382 #82fda3

Analogous Colors of #a382fd

#a382fd #e182fd #829ffd

Monochromatic Colors of #a382fd

#a382fd

Complementary Color

#a382fd #dcfd82

#a382fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382fd Color CSS Codes

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

#a382fd Text Font Color

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

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


#a382fd Background Color

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

This div background color is #a382fd


#a382fd Border Color

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

This div border color is #a382fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382fd


Comments

No comments written yet.

Please login to write comment.