Color Hex Logo

#a399eb Color Hex

#A399EB
(163,153,235)
0 Favorites   0 Comments

Color spaces of #a399eb

RGB 163153235
HSL0.690.670.76
HSV247°35°92°
CMYK 0.310.350.00   0.08
XYZ41.490936.567283.4686
Yxy36.56720.25690.2264
Hunter Lab60.470816.6504-39.5091
CIE-Lab66.951121.7454-40.0231

#a399eb color RGB value is (163,153,235).

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

The process color (four color CMYK) of #a399eb color hex is 0.31, 0.35, 0.00, 0.08. Web safe color of #a399eb is #9999ff. Color #a399eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 11101011
Octal 243 231 353
Decimal 163 153 235
Hex A3 99 EB

RGB Percentages of Color #a399eb

%29.58
%27.77
%42.65

CMYK Percentages of Color #a399eb

%31
%35
%0
%8

Triadic Colors of #a399eb

#a399eb #eba399 #99eba3

Analogous Colors of #a399eb

#a399eb #cc99eb #99b8eb

Monochromatic Colors of #a399eb

#a399eb

Complementary Color

#a399eb #e1eb99

#a399eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399eb Color CSS Codes

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

#a399eb Text Font Color

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

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


#a399eb Background Color

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

This div background color is #a399eb


#a399eb Border Color

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

This div border color is #a399eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399eb


Comments

No comments written yet.

Please login to write comment.