Color Hex Logo

#ab71fe Color Hex

#AB71FE
(171,113,254)
0 Favorites   0 Comments

Color spaces of #ab71fe

RGB 171113254
HSL0.740.990.72
HSV265°56°100°
CMYK 0.330.560.00   0.00
XYZ40.589127.623996.9586
Yxy27.62390.24570.1672
Hunter Lab52.558445.8722-72.5859
CIE-Lab59.547450.8894-62.1607

#ab71fe color RGB value is (171,113,254).

#ab71fe hex color red value is 171, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ab71fe hue: 0.74 , saturation: 0.99 and the lightness value of ab71fe is 0.72.

The process color (four color CMYK) of #ab71fe color hex is 0.33, 0.56, 0.00, 0.00. Web safe color of #ab71fe is #9966ff. Color #ab71fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 11111110
Octal 253 161 376
Decimal 171 113 254
Hex AB 71 FE

RGB Percentages of Color #ab71fe

%31.78
%21.00
%47.21

CMYK Percentages of Color #ab71fe

%33
%56
%0
%0

Triadic Colors of #ab71fe

#ab71fe #feab71 #71feab

Analogous Colors of #ab71fe

#ab71fe #f271fe #717efe

Monochromatic Colors of #ab71fe

#ab71fe

Complementary Color

#ab71fe #c4fe71

#ab71fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab71fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab71fe Color CSS Codes

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

#ab71fe Text Font Color

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

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


#ab71fe Background Color

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

This div background color is #ab71fe


#ab71fe Border Color

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

This div border color is #ab71fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab71fe


Comments

No comments written yet.

Please login to write comment.