Color Hex Logo

#a095fb Color Hex

#A095FB
(160,149,251)
0 Favorites   0 Comments

Color spaces of #a095fb

RGB 160149251
HSL0.680.930.78
HSV246°41°98°
CMYK 0.360.410.00   0.02
XYZ42.657235.933595.9544
Yxy35.93350.24440.2059
Hunter Lab59.944622.1196-52.9454
CIE-Lab66.469127.3440-49.5603

#a095fb color RGB value is (160,149,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 11111011
Octal 240 225 373
Decimal 160 149 251
Hex A0 95 FB

RGB Percentages of Color #a095fb

%28.57
%26.61
%44.82

CMYK Percentages of Color #a095fb

%36
%41
%0
%2

Triadic Colors of #a095fb

#a095fb #fba095 #95fba0

Analogous Colors of #a095fb

#a095fb #d395fb #95bdfb

Monochromatic Colors of #a095fb

#a095fb

Complementary Color

#a095fb #f0fb95

#a095fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095fb Color CSS Codes

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

#a095fb Text Font Color

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

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


#a095fb Background Color

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

This div background color is #a095fb


#a095fb Border Color

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

This div border color is #a095fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095fb


Comments

No comments written yet.

Please login to write comment.