Color Hex Logo

#ab95dd Color Hex

#AB95DD
(171,149,221)
0 Favorites   0 Comments

Color spaces of #ab95dd

RGB 171149221
HSL0.720.510.73
HSV258°33°87°
CMYK 0.230.330.00   0.13
XYZ40.593235.373373.0948
Yxy35.37330.27230.2373
Hunter Lab59.475517.7478-31.2341
CIE-Lab66.038322.9243-33.6759

#ab95dd color RGB value is (171,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 11011101
Octal 253 225 335
Decimal 171 149 221
Hex AB 95 DD

RGB Percentages of Color #ab95dd

%31.61
%27.54
%40.85

CMYK Percentages of Color #ab95dd

%23
%33
%0
%13

Triadic Colors of #ab95dd

#ab95dd #ddab95 #95ddab

Analogous Colors of #ab95dd

#ab95dd #cf95dd #95a3dd

Monochromatic Colors of #ab95dd

#ab95dd

Complementary Color

#ab95dd #c7dd95

#ab95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab95dd Color CSS Codes

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

#ab95dd Text Font Color

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

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


#ab95dd Background Color

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

This div background color is #ab95dd


#ab95dd Border Color

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

This div border color is #ab95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab95dd


Comments

No comments written yet.

Please login to write comment.