color codes Logo

#a896fa color codes

#A896FA
(168,150,250)
0 Favorites   0 Comments

Color spaces of #a896fa

RGB 168150250
HSL0.700.910.78
HSV251°40°98°
CMYK 0.330.400.00   0.02
XYZ44.310137.039795.2565
Yxy37.03970.25090.2097
Hunter Lab60.860223.4538-50.1966
CIE-Lab67.306828.6151-47.6499

#a896fa color RGB value is (168,150,250).

#a896fa hex color red value is 168, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a896fa hue: 0.70 , saturation: 0.91 and the lightness value of a896fa is 0.78.

The process color (four color CMYK) of #a896fa color code is 0.33, 0.40, 0.00, 0.02. Web safe color of #a896fa is #9999ff. Color #a896fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010110 11111010
Octal 250 226 372
Decimal 168 150 250
Hex A8 96 FA

RGB Percentages of Color #a896fa

%29.58
%26.41
%44.01

CMYK Percentages of Color #a896fa

%33
%40
%0
%2

Triadic Colors of #a896fa

#a896fa #faa896 #96faa8

Analogous Colors of #a896fa

#a896fa #da96fa #96b6fa

Monochromatic Colors of #a896fa

#a896fa

Complementary Color

#a896fa #e8fa96

#a896fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a896fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a896fa Color CSS Codes

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

#a896fa Text Font Color

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

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


#a896fa Background Color

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

This div background color is #a896fa


#a896fa Border Color

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

This div border color is #a896fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a896fa


Comments

No comments written yet.

Please login to write comment.