Color Hex Logo

#a399bd Color Hex

#A399BD
(163,153,189)
0 Favorites   0 Comments

Color spaces of #a399bd

RGB 163153189
HSL0.710.210.67
HSV257°19°74°
CMYK 0.140.190.00   0.26
XYZ35.680834.243152.8731
Yxy34.24310.29060.2789
Hunter Lab58.51766.4336-12.6087
CIE-Lab65.155110.8847-17.2783

#a399bd color RGB value is (163,153,189).

#a399bd hex color red value is 163, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a399bd hue: 0.71 , saturation: 0.21 and the lightness value of a399bd is 0.67.

The process color (four color CMYK) of #a399bd color hex is 0.14, 0.19, 0.00, 0.26. Web safe color of #a399bd is #9999cc. Color #a399bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10111101
Octal 243 231 275
Decimal 163 153 189
Hex A3 99 BD

RGB Percentages of Color #a399bd

%32.28
%30.30
%37.43

CMYK Percentages of Color #a399bd

%14
%19
%0
%26

Triadic Colors of #a399bd

#a399bd #bda399 #99bda3

Analogous Colors of #a399bd

#a399bd #b599bd #99a1bd

Monochromatic Colors of #a399bd

#a399bd

Complementary Color

#a399bd #b3bd99

#a399bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399bd Color CSS Codes

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

#a399bd Text Font Color

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

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


#a399bd Background Color

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

This div background color is #a399bd


#a399bd Border Color

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

This div border color is #a399bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399bd


Comments

No comments written yet.

Please login to write comment.