Color Hex Logo

#ab95df Color Hex

#AB95DF
(171,149,223)
0 Favorites   0 Comments

Color spaces of #ab95df

RGB 171149223
HSL0.720.540.73
HSV258°33°87°
CMYK 0.230.330.00   0.13
XYZ40.861335.480574.5068
Yxy35.48050.27090.2352
Hunter Lab59.565518.2094-32.4663
CIE-Lab66.121123.3946-34.6536

#ab95df color RGB value is (171,149,223).

#ab95df hex color red value is 171, green value is 149 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab95df hue: 0.72 , saturation: 0.54 and the lightness value of ab95df is 0.73.

The process color (four color CMYK) of #ab95df color hex is 0.23, 0.33, 0.00, 0.13. Web safe color of #ab95df is #9999cc. Color #ab95df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 11011111
Octal 253 225 337
Decimal 171 149 223
Hex AB 95 DF

RGB Percentages of Color #ab95df

%31.49
%27.44
%41.07

CMYK Percentages of Color #ab95df

%23
%33
%0
%13

Triadic Colors of #ab95df

#ab95df #dfab95 #95dfab

Analogous Colors of #ab95df

#ab95df #d095df #95a4df

Monochromatic Colors of #ab95df

#ab95df

Complementary Color

#ab95df #c9df95

#ab95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab95df Color CSS Codes

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

#ab95df Text Font Color

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

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


#ab95df Background Color

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

This div background color is #ab95df


#ab95df Border Color

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

This div border color is #ab95df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,149,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab95df


Comments

No comments written yet.

Please login to write comment.