Color Hex Logo

#a399be Color Hex

#A399BE
(163,153,190)
0 Favorites   0 Comments

Color spaces of #a399be

RGB 163153190
HSL0.710.220.67
HSV256°19°75°
CMYK 0.140.190.00   0.25
XYZ35.789834.286753.4469
Yxy34.28670.28970.2776
Hunter Lab58.55486.6315-13.1295
CIE-Lab65.189511.1032-17.7856

#a399be color RGB value is (163,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10111110
Octal 243 231 276
Decimal 163 153 190
Hex A3 99 BE

RGB Percentages of Color #a399be

%32.21
%30.24
%37.55

CMYK Percentages of Color #a399be

%14
%19
%0
%25

Triadic Colors of #a399be

#a399be #bea399 #99bea3

Analogous Colors of #a399be

#a399be #b699be #99a2be

Monochromatic Colors of #a399be

#a399be

Complementary Color

#a399be #b4be99

#a399be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399be Color CSS Codes

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

#a399be Text Font Color

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

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


#a399be Background Color

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

This div background color is #a399be


#a399be Border Color

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

This div border color is #a399be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399be


Comments

No comments written yet.

Please login to write comment.