Color Hex Logo

#ab1bca Color Hex

#AB1BCA
(171,27,202)
0 Favorites   0 Comments

Color spaces of #ab1bca

RGB 17127202
HSL0.800.760.45
HSV289°87°79°
CMYK 0.150.870.00   0.21
XYZ27.847213.706157.0549
Yxy13.70610.28240.1390
Hunter Lab37.021869.4769-65.4577
CIE-Lab43.808574.2913-58.1225

#ab1bca color RGB value is (171,27,202).

#ab1bca hex color red value is 171, green value is 27 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab1bca hue: 0.80 , saturation: 0.76 and the lightness value of ab1bca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 11001010
Octal 253 33 312
Decimal 171 27 202
Hex AB 1B CA

RGB Percentages of Color #ab1bca

%42.75
%6.75
%50.50

CMYK Percentages of Color #ab1bca

%15
%87
%0
%21

Triadic Colors of #ab1bca

#ab1bca #caab1b #1bcaab

Analogous Colors of #ab1bca

#ab1bca #ca1b92 #531bca

Monochromatic Colors of #ab1bca

#ab1bca

Complementary Color

#ab1bca #3aca1b

#ab1bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1bca Color CSS Codes

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

#ab1bca Text Font Color

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

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


#ab1bca Background Color

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

This div background color is #ab1bca


#ab1bca Border Color

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

This div border color is #ab1bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1bca


Comments

No comments written yet.

Please login to write comment.