Color Hex Logo

#ab7fbc Color Hex

#AB7FBC
(171,127,188)
0 Favorites   0 Comments

Color spaces of #ab7fbc

RGB 171127188
HSL0.790.310.62
HSV283°32°74°
CMYK 0.090.320.00   0.26
XYZ33.461127.467551.1151
Yxy27.46750.29860.2451
Hunter Lab52.409422.2478-21.1391
CIE-Lab59.404628.0311-25.4310

#ab7fbc color RGB value is (171,127,188).

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

The process color (four color CMYK) of #ab7fbc color hex is 0.09, 0.32, 0.00, 0.26. Web safe color of #ab7fbc is #9966cc. Color #ab7fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 10111100
Octal 253 177 274
Decimal 171 127 188
Hex AB 7F BC

RGB Percentages of Color #ab7fbc

%35.19
%26.13
%38.68

CMYK Percentages of Color #ab7fbc

%9
%32
%0
%26

Triadic Colors of #ab7fbc

#ab7fbc #bcab7f #7fbcab

Analogous Colors of #ab7fbc

#ab7fbc #bc7faf #8d7fbc

Monochromatic Colors of #ab7fbc

#ab7fbc

Complementary Color

#ab7fbc #90bc7f

#ab7fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fbc Color CSS Codes

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

#ab7fbc Text Font Color

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

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


#ab7fbc Background Color

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

This div background color is #ab7fbc


#ab7fbc Border Color

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

This div border color is #ab7fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fbc


Comments

No comments written yet.

Please login to write comment.