Color Hex Logo

#a399b5 Color Hex

#A399B5
(163,153,181)
0 Favorites   0 Comments

Color spaces of #a399b5

RGB 163153181
HSL0.730.160.65
HSV261°15°71°
CMYK 0.100.150.00   0.29
XYZ34.836033.905248.4244
Yxy33.90520.29730.2894
Hunter Lab58.22824.8914-8.5477
CIE-Lab64.88739.1697-13.2014

#a399b5 color RGB value is (163,153,181).

#a399b5 hex color red value is 163, green value is 153 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a399b5 hue: 0.73 , saturation: 0.16 and the lightness value of a399b5 is 0.65.

The process color (four color CMYK) of #a399b5 color hex is 0.10, 0.15, 0.00, 0.29. Web safe color of #a399b5 is #9999cc. Color #a399b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10110101
Octal 243 231 265
Decimal 163 153 181
Hex A3 99 B5

RGB Percentages of Color #a399b5

%32.80
%30.78
%36.42

CMYK Percentages of Color #a399b5

%10
%15
%0
%29

Triadic Colors of #a399b5

#a399b5 #b5a399 #99b5a3

Analogous Colors of #a399b5

#a399b5 #b199b5 #999db5

Monochromatic Colors of #a399b5

#a399b5

Complementary Color

#a399b5 #abb599

#a399b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399b5 Color CSS Codes

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

#a399b5 Text Font Color

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

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


#a399b5 Background Color

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

This div background color is #a399b5


#a399b5 Border Color

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

This div border color is #a399b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399b5


Comments

No comments written yet.

Please login to write comment.