Color Hex Logo

#ab0fcb Color Hex

#AB0FCB
(171,15,203)
0 Favorites   0 Comments

Color spaces of #ab0fcb

RGB 17115203
HSL0.800.860.43
HSV290°93°80°
CMYK 0.160.930.00   0.20
XYZ27.744913.311457.6069
Yxy13.31140.28120.1349
Hunter Lab36.484871.8921-68.0754
CIE-Lab43.228876.3829-59.6403

#ab0fcb color RGB value is (171,15,203).

#ab0fcb hex color red value is 171, green value is 15 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab0fcb hue: 0.80 , saturation: 0.86 and the lightness value of ab0fcb is 0.43.

The process color (four color CMYK) of #ab0fcb color hex is 0.16, 0.93, 0.00, 0.20. Web safe color of #ab0fcb is #9900cc. Color #ab0fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 11001011
Octal 253 17 313
Decimal 171 15 203
Hex AB F CB

RGB Percentages of Color #ab0fcb

%43.96
%3.86
%52.19

CMYK Percentages of Color #ab0fcb

%16
%93
%0
%20

Triadic Colors of #ab0fcb

#ab0fcb #cbab0f #0fcbab

Analogous Colors of #ab0fcb

#ab0fcb #cb0f8d #4d0fcb

Monochromatic Colors of #ab0fcb

#ab0fcb

Complementary Color

#ab0fcb #2fcb0f

#ab0fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0fcb Color CSS Codes

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

#ab0fcb Text Font Color

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

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


#ab0fcb Background Color

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

This div background color is #ab0fcb


#ab0fcb Border Color

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

This div border color is #ab0fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,15,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 #ab0fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0fcb


Comments

No comments written yet.

Please login to write comment.