Color Hex Logo

#ab9fca Color Hex

#AB9FCA
(171,159,202)
0 Favorites   0 Comments

Color spaces of #ab9fca

RGB 171159202
HSL0.710.290.71
HSV257°21°79°
CMYK 0.150.210.00   0.21
XYZ39.853437.718561.0570
Yxy37.71850.28750.2721
Hunter Lab61.41548.3545-15.9532
CIE-Lab67.812612.9748-20.4212

#ab9fca color RGB value is (171,159,202).

#ab9fca hex color red value is 171, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab9fca hue: 0.71 , saturation: 0.29 and the lightness value of ab9fca is 0.71.

The process color (four color CMYK) of #ab9fca color hex is 0.15, 0.21, 0.00, 0.21. Web safe color of #ab9fca is #9999cc. Color #ab9fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011111 11001010
Octal 253 237 312
Decimal 171 159 202
Hex AB 9F CA

RGB Percentages of Color #ab9fca

%32.14
%29.89
%37.97

CMYK Percentages of Color #ab9fca

%15
%21
%0
%21

Triadic Colors of #ab9fca

#ab9fca #caab9f #9fcaab

Analogous Colors of #ab9fca

#ab9fca #c19fca #9fa9ca

Monochromatic Colors of #ab9fca

#ab9fca

Complementary Color

#ab9fca #beca9f

#ab9fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9fca Color CSS Codes

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

#ab9fca Text Font Color

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

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


#ab9fca Background Color

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

This div background color is #ab9fca


#ab9fca Border Color

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

This div border color is #ab9fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9fca


Comments

No comments written yet.

Please login to write comment.