Color Hex Logo

#ab7fbf Color Hex

#AB7FBF
(171,127,191)
0 Favorites   0 Comments

Color spaces of #ab7fbf

RGB 171127191
HSL0.780.330.62
HSV281°34°75°
CMYK 0.100.340.00   0.25
XYZ33.787927.598352.8364
Yxy27.59830.29580.2416
Hunter Lab52.534122.8697-22.8573
CIE-Lab59.524128.6617-26.9505

#ab7fbf color RGB value is (171,127,191).

#ab7fbf hex color red value is 171, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab7fbf hue: 0.78 , saturation: 0.33 and the lightness value of ab7fbf is 0.62.

The process color (four color CMYK) of #ab7fbf color hex is 0.10, 0.34, 0.00, 0.25. Web safe color of #ab7fbf is #9966cc. Color #ab7fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 10111111
Octal 253 177 277
Decimal 171 127 191
Hex AB 7F BF

RGB Percentages of Color #ab7fbf

%34.97
%25.97
%39.06

CMYK Percentages of Color #ab7fbf

%10
%34
%0
%25

Triadic Colors of #ab7fbf

#ab7fbf #bfab7f #7fbfab

Analogous Colors of #ab7fbf

#ab7fbf #bf7fb3 #8b7fbf

Monochromatic Colors of #ab7fbf

#ab7fbf

Complementary Color

#ab7fbf #93bf7f

#ab7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fbf Color CSS Codes

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

#ab7fbf Text Font Color

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

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


#ab7fbf Background Color

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

This div background color is #ab7fbf


#ab7fbf Border Color

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

This div border color is #ab7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fbf

#ab7fbf Color Palettes


Comments

No comments written yet.

Please login to write comment.