Color Hex Logo

#ab8fbc Color Hex

#AB8FBC
(171,143,188)
0 Favorites   0 Comments

Color spaces of #ab8fbc

RGB 171143188
HSL0.770.250.65
HSV277°24°74°
CMYK 0.090.240.00   0.26
XYZ35.694131.933751.8595
Yxy31.93370.29870.2673
Hunter Lab56.509913.8560-14.8539
CIE-Lab63.288018.9770-19.4863

#ab8fbc color RGB value is (171,143,188).

#ab8fbc hex color red value is 171, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ab8fbc hue: 0.77 , saturation: 0.25 and the lightness value of ab8fbc is 0.65.

The process color (four color CMYK) of #ab8fbc color hex is 0.09, 0.24, 0.00, 0.26. Web safe color of #ab8fbc is #9999cc. Color #ab8fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 10111100
Octal 253 217 274
Decimal 171 143 188
Hex AB 8F BC

RGB Percentages of Color #ab8fbc

%34.06
%28.49
%37.45

CMYK Percentages of Color #ab8fbc

%9
%24
%0
%26

Triadic Colors of #ab8fbc

#ab8fbc #bcab8f #8fbcab

Analogous Colors of #ab8fbc

#ab8fbc #bc8fb7 #958fbc

Monochromatic Colors of #ab8fbc

#ab8fbc

Complementary Color

#ab8fbc #a0bc8f

#ab8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fbc Color CSS Codes

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

#ab8fbc Text Font Color

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

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


#ab8fbc Background Color

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

This div background color is #ab8fbc


#ab8fbc Border Color

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

This div border color is #ab8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fbc


Comments

No comments written yet.

Please login to write comment.