Color Hex Logo

#ab8fcc Color Hex

#AB8FCC
(171,143,204)
0 Favorites   0 Comments

Color spaces of #ab8fcc

RGB 171143204
HSL0.740.370.68
HSV268°30°80°
CMYK 0.160.300.00   0.20
XYZ37.516132.662561.4539
Yxy32.66250.28500.2481
Hunter Lab57.151117.1595-23.7480
CIE-Lab63.886722.4330-27.5467

#ab8fcc color RGB value is (171,143,204).

#ab8fcc hex color red value is 171, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab8fcc hue: 0.74 , saturation: 0.37 and the lightness value of ab8fcc is 0.68.

The process color (four color CMYK) of #ab8fcc color hex is 0.16, 0.30, 0.00, 0.20. Web safe color of #ab8fcc is #9999cc. Color #ab8fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11001100
Octal 253 217 314
Decimal 171 143 204
Hex AB 8F CC

RGB Percentages of Color #ab8fcc

%33.01
%27.61
%39.38

CMYK Percentages of Color #ab8fcc

%16
%30
%0
%20

Triadic Colors of #ab8fcc

#ab8fcc #ccab8f #8fccab

Analogous Colors of #ab8fcc

#ab8fcc #ca8fcc #8f92cc

Monochromatic Colors of #ab8fcc

#ab8fcc

Complementary Color

#ab8fcc #b0cc8f

#ab8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fcc Color CSS Codes

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

#ab8fcc Text Font Color

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

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


#ab8fcc Background Color

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

This div background color is #ab8fcc


#ab8fcc Border Color

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

This div border color is #ab8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fcc


Comments

No comments written yet.

Please login to write comment.