Color Hex Logo

#a096fb Color Hex

#A096FB
(160,150,251)
0 Favorites   0 Comments

Color spaces of #a096fb

RGB 160150251
HSL0.680.930.79
HSV246°40°98°
CMYK 0.360.400.00   0.02
XYZ42.816136.251396.0073
Yxy36.25130.24460.2071
Hunter Lab60.209121.5698-52.3955
CIE-Lab66.711526.7738-49.1775

#a096fb color RGB value is (160,150,251).

#a096fb hex color red value is 160, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a096fb hue: 0.68 , saturation: 0.93 and the lightness value of a096fb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 11111011
Octal 240 226 373
Decimal 160 150 251
Hex A0 96 FB

RGB Percentages of Color #a096fb

%28.52
%26.74
%44.74

CMYK Percentages of Color #a096fb

%36
%40
%0
%2

Triadic Colors of #a096fb

#a096fb #fba096 #96fba0

Analogous Colors of #a096fb

#a096fb #d396fb #96bffb

Monochromatic Colors of #a096fb

#a096fb

Complementary Color

#a096fb #f1fb96

#a096fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a096fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a096fb Color CSS Codes

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

#a096fb Text Font Color

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

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


#a096fb Background Color

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

This div background color is #a096fb


#a096fb Border Color

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

This div border color is #a096fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,150,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a096fb


Comments

No comments written yet.

Please login to write comment.