Color Hex Logo

#a39fd2 Color Hex

#A39FD2
(163,159,210)
0 Favorites   0 Comments

Color spaces of #a39fd2

RGB 163159210
HSL0.680.360.72
HSV245°24°82°
CMYK 0.220.240.00   0.18
XYZ39.135337.235966.0974
Yxy37.23590.27470.2614
Hunter Lab61.02127.6919-21.5073
CIE-Lab67.453612.2608-25.4590

#a39fd2 color RGB value is (163,159,210).

#a39fd2 hex color red value is 163, green value is 159 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a39fd2 hue: 0.68 , saturation: 0.36 and the lightness value of a39fd2 is 0.72.

The process color (four color CMYK) of #a39fd2 color hex is 0.22, 0.24, 0.00, 0.18. Web safe color of #a39fd2 is #9999cc. Color #a39fd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011111 11010010
Octal 243 237 322
Decimal 163 159 210
Hex A3 9F D2

RGB Percentages of Color #a39fd2

%30.64
%29.89
%39.47

CMYK Percentages of Color #a39fd2

%22
%24
%0
%18

Triadic Colors of #a39fd2

#a39fd2 #d2a39f #9fd2a3

Analogous Colors of #a39fd2

#a39fd2 #bd9fd2 #9fb5d2

Monochromatic Colors of #a39fd2

#a39fd2

Complementary Color

#a39fd2 #ced29f

#a39fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39fd2 Color CSS Codes

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

#a39fd2 Text Font Color

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

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


#a39fd2 Background Color

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

This div background color is #a39fd2


#a39fd2 Border Color

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

This div border color is #a39fd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39fd2


Comments

No comments written yet.

Please login to write comment.