Color Hex Logo

#a398eb Color Hex

#A398EB
(163,152,235)
0 Favorites   0 Comments

Color spaces of #a398eb

RGB 163152235
HSL0.690.670.76
HSV248°35°92°
CMYK 0.310.350.00   0.08
XYZ41.327936.241283.4143
Yxy36.24120.25670.2251
Hunter Lab60.200717.1895-40.0120
CIE-Lab66.703822.3137-40.4096

#a398eb color RGB value is (163,152,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 11101011
Octal 243 230 353
Decimal 163 152 235
Hex A3 98 EB

RGB Percentages of Color #a398eb

%29.64
%27.64
%42.73

CMYK Percentages of Color #a398eb

%31
%35
%0
%8

Triadic Colors of #a398eb

#a398eb #eba398 #98eba3

Analogous Colors of #a398eb

#a398eb #cd98eb #98b7eb

Monochromatic Colors of #a398eb

#a398eb

Complementary Color

#a398eb #e0eb98

#a398eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398eb Color CSS Codes

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

#a398eb Text Font Color

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

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


#a398eb Background Color

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

This div background color is #a398eb


#a398eb Border Color

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

This div border color is #a398eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,152,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 #a398eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398eb


Comments

No comments written yet.

Please login to write comment.