Color Hex Logo

#ab8fc1 Color Hex

#AB8FC1
(171,143,193)
0 Favorites   0 Comments

Color spaces of #ab8fc1

RGB 171143193
HSL0.760.290.66
HSV274°26°76°
CMYK 0.110.260.00   0.24
XYZ36.242732.153154.7480
Yxy32.15310.29430.2611
Hunter Lab56.703714.8585-17.5525
CIE-Lab63.469220.0349-22.0216

#ab8fc1 color RGB value is (171,143,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11000001
Octal 253 217 301
Decimal 171 143 193
Hex AB 8F C1

RGB Percentages of Color #ab8fc1

%33.73
%28.21
%38.07

CMYK Percentages of Color #ab8fc1

%11
%26
%0
%24

Triadic Colors of #ab8fc1

#ab8fc1 #c1ab8f #8fc1ab

Analogous Colors of #ab8fc1

#ab8fc1 #c18fbe #928fc1

Monochromatic Colors of #ab8fc1

#ab8fc1

Complementary Color

#ab8fc1 #a5c18f

#ab8fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fc1 Color CSS Codes

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

#ab8fc1 Text Font Color

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

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


#ab8fc1 Background Color

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

This div background color is #ab8fc1


#ab8fc1 Border Color

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

This div border color is #ab8fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fc1

#ab8fc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.