Color Hex Logo

#a895fb Color Hex

#A895FB
(168,149,251)
0 Favorites   0 Comments

Color spaces of #a895fb

RGB 168149251
HSL0.700.930.78
HSV251°41°98°
CMYK 0.330.410.00   0.02
XYZ44.308536.784896.0316
Yxy36.78480.25020.2077
Hunter Lab60.650524.2657-51.4221
CIE-Lab67.115329.4360-48.4976

#a895fb color RGB value is (168,149,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010101 11111011
Octal 250 225 373
Decimal 168 149 251
Hex A8 95 FB

RGB Percentages of Color #a895fb

%29.58
%26.23
%44.19

CMYK Percentages of Color #a895fb

%33
%41
%0
%2

Triadic Colors of #a895fb

#a895fb #fba895 #95fba8

Analogous Colors of #a895fb

#a895fb #db95fb #95b5fb

Monochromatic Colors of #a895fb

#a895fb

Complementary Color

#a895fb #e8fb95

#a895fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a895fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a895fb Color CSS Codes

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

#a895fb Text Font Color

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

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


#a895fb Background Color

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

This div background color is #a895fb


#a895fb Border Color

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

This div border color is #a895fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a895fb


Comments

No comments written yet.

Please login to write comment.