Color Hex Logo

#ab9ccf Color Hex

#AB9CCF
(171,156,207)
0 Favorites   0 Comments

Color spaces of #ab9ccf

RGB 171156207
HSL0.720.350.71
HSV258°25°81°
CMYK 0.170.250.00   0.19
XYZ39.945536.939964.0562
Yxy36.93990.28340.2621
Hunter Lab60.778210.9544-19.9430
CIE-Lab67.231915.7659-24.0798

#ab9ccf color RGB value is (171,156,207).

#ab9ccf hex color red value is 171, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab9ccf hue: 0.72 , saturation: 0.35 and the lightness value of ab9ccf is 0.71.

The process color (four color CMYK) of #ab9ccf color hex is 0.17, 0.25, 0.00, 0.19. Web safe color of #ab9ccf is #9999cc. Color #ab9ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011100 11001111
Octal 253 234 317
Decimal 171 156 207
Hex AB 9C CF

RGB Percentages of Color #ab9ccf

%32.02
%29.21
%38.76

CMYK Percentages of Color #ab9ccf

%17
%25
%0
%19

Triadic Colors of #ab9ccf

#ab9ccf #cfab9c #9ccfab

Analogous Colors of #ab9ccf

#ab9ccf #c59ccf #9ca7cf

Monochromatic Colors of #ab9ccf

#ab9ccf

Complementary Color

#ab9ccf #c0cf9c

#ab9ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ccf Color CSS Codes

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

#ab9ccf Text Font Color

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

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


#ab9ccf Background Color

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

This div background color is #ab9ccf


#ab9ccf Border Color

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

This div border color is #ab9ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ccf


Comments

No comments written yet.

Please login to write comment.