Color Hex Logo

#a397fa Color Hex

#A397FA
(163,151,250)
0 Favorites   0 Comments

Color spaces of #a397fa

RGB 163151250
HSL0.690.910.79
HSV247°40°98°
CMYK 0.350.400.00   0.02
XYZ43.426236.821995.2610
Yxy36.82190.24740.2098
Hunter Lab60.681121.5511-50.6005
CIE-Lab67.143226.7250-47.9350

#a397fa color RGB value is (163,151,250).

#a397fa hex color red value is 163, green value is 151 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a397fa hue: 0.69 , saturation: 0.91 and the lightness value of a397fa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010111 11111010
Octal 243 227 372
Decimal 163 151 250
Hex A3 97 FA

RGB Percentages of Color #a397fa

%28.90
%26.77
%44.33

CMYK Percentages of Color #a397fa

%35
%40
%0
%2

Triadic Colors of #a397fa

#a397fa #faa397 #97faa3

Analogous Colors of #a397fa

#a397fa #d597fa #97bdfa

Monochromatic Colors of #a397fa

#a397fa

Complementary Color

#a397fa #eefa97

#a397fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a397fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a397fa Color CSS Codes

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

#a397fa Text Font Color

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

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


#a397fa Background Color

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

This div background color is #a397fa


#a397fa Border Color

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

This div border color is #a397fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a397fa


Comments

No comments written yet.

Please login to write comment.