Color Hex Logo

#ab66fe Color Hex

#AB66FE
(171,102,254)
0 Favorites   0 Comments

Color spaces of #ab66fe

RGB 171102254
HSL0.740.990.70
HSV267°60°100°
CMYK 0.330.600.00   0.00
XYZ39.435425.316496.5740
Yxy25.31640.24440.1569
Hunter Lab50.315451.8499-78.5788
CIE-Lab57.382456.6196-65.6388

#ab66fe color RGB value is (171,102,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 11111110
Octal 253 146 376
Decimal 171 102 254
Hex AB 66 FE

RGB Percentages of Color #ab66fe

%32.45
%19.35
%48.20

CMYK Percentages of Color #ab66fe

%33
%60
%0
%0

Triadic Colors of #ab66fe

#ab66fe #feab66 #66feab

Analogous Colors of #ab66fe

#ab66fe #f766fe #666dfe

Monochromatic Colors of #ab66fe

#ab66fe

Complementary Color

#ab66fe #b9fe66

#ab66fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab66fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab66fe Color CSS Codes

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

#ab66fe Text Font Color

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

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


#ab66fe Background Color

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

This div background color is #ab66fe


#ab66fe Border Color

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

This div border color is #ab66fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab66fe


Comments

No comments written yet.

Please login to write comment.