Color Hex Logo

#a398ff Color Hex

#A398FF
(163,152,255)
0 Favorites   0 Comments

Color spaces of #a398ff

RGB 163152255
HSL0.681.000.80
HSV246°40°100°
CMYK 0.360.400.00   0.00
XYZ44.382537.463099.4996
Yxy37.46300.24470.2066
Hunter Lab61.207022.3218-53.5383
CIE-Lab67.623027.4634-49.9038

#a398ff color RGB value is (163,152,255).

#a398ff hex color red value is 163, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a398ff hue: 0.68 , saturation: 1.00 and the lightness value of a398ff is 0.80.

The process color (four color CMYK) of #a398ff color hex is 0.36, 0.40, 0.00, 0.00. Web safe color of #a398ff is #9999ff. Color #a398ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 11111111
Octal 243 230 377
Decimal 163 152 255
Hex A3 98 FF

RGB Percentages of Color #a398ff

%28.60
%26.67
%44.74

CMYK Percentages of Color #a398ff

%36
%40
%0
%0

Triadic Colors of #a398ff

#a398ff #ffa398 #98ffa3

Analogous Colors of #a398ff

#a398ff #d798ff #98c1ff

Monochromatic Colors of #a398ff

#a398ff

Complementary Color

#a398ff #f4ff98

#a398ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a398ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a398ff Color CSS Codes

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

#a398ff Text Font Color

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

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


#a398ff Background Color

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

This div background color is #a398ff


#a398ff Border Color

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

This div border color is #a398ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a398ff

Related Colors


Comments

No comments written yet.

Please login to write comment.