Color Hex Logo

#ab6fcb Color Hex

#AB6FCB
(171,111,203)
0 Favorites   0 Comments

Color spaces of #ab6fcb

RGB 171111203
HSL0.780.470.62
HSV279°45°80°
CMYK 0.160.450.00   0.20
XYZ33.258524.338659.4448
Yxy24.33860.28420.2079
Hunter Lab49.334234.0005-36.9071
CIE-Lab56.425240.1592-38.5901

#ab6fcb color RGB value is (171,111,203).

#ab6fcb hex color red value is 171, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab6fcb hue: 0.78 , saturation: 0.47 and the lightness value of ab6fcb is 0.62.

The process color (four color CMYK) of #ab6fcb color hex is 0.16, 0.45, 0.00, 0.20. Web safe color of #ab6fcb is #9966cc. Color #ab6fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101111 11001011
Octal 253 157 313
Decimal 171 111 203
Hex AB 6F CB

RGB Percentages of Color #ab6fcb

%35.26
%22.89
%41.86

CMYK Percentages of Color #ab6fcb

%16
%45
%0
%20

Triadic Colors of #ab6fcb

#ab6fcb #cbab6f #6fcbab

Analogous Colors of #ab6fcb

#ab6fcb #cb6fbd #7d6fcb

Monochromatic Colors of #ab6fcb

#ab6fcb

Complementary Color

#ab6fcb #8fcb6f

#ab6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6fcb Color CSS Codes

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

#ab6fcb Text Font Color

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

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


#ab6fcb Background Color

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

This div background color is #ab6fcb


#ab6fcb Border Color

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

This div border color is #ab6fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6fcb


Comments

No comments written yet.

Please login to write comment.