Color Hex Logo

#ab93bf Color Hex

#AB93BF
(171,147,191)
0 Favorites   0 Comments

Color spaces of #ab93bf

RGB 171147191
HSL0.760.260.66
HSV273°23°75°
CMYK 0.100.230.00   0.25
XYZ36.632333.287053.7845
Yxy33.28700.29610.2691
Hunter Lab57.694912.3692-14.8851
CIE-Lab64.392617.3492-19.4910

#ab93bf color RGB value is (171,147,191).

#ab93bf hex color red value is 171, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab93bf hue: 0.76 , saturation: 0.26 and the lightness value of ab93bf is 0.66.

The process color (four color CMYK) of #ab93bf color hex is 0.10, 0.23, 0.00, 0.25. Web safe color of #ab93bf is #9999cc. Color #ab93bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10111111
Octal 253 223 277
Decimal 171 147 191
Hex AB 93 BF

RGB Percentages of Color #ab93bf

%33.60
%28.88
%37.52

CMYK Percentages of Color #ab93bf

%10
%23
%0
%25

Triadic Colors of #ab93bf

#ab93bf #bfab93 #93bfab

Analogous Colors of #ab93bf

#ab93bf #bf93bd #9593bf

Monochromatic Colors of #ab93bf

#ab93bf

Complementary Color

#ab93bf #a7bf93

#ab93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab93bf Color CSS Codes

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

#ab93bf Text Font Color

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

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


#ab93bf Background Color

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

This div background color is #ab93bf


#ab93bf Border Color

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

This div border color is #ab93bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab93bf


Comments

No comments written yet.

Please login to write comment.