Color Hex Logo

#ab66ff Color Hex

#AB66FF
(171,102,255)
0 Favorites   0 Comments

Color spaces of #ab66ff

RGB 171102255
HSL0.741.000.70
HSV267°60°100°
CMYK 0.330.600.00   0.00
XYZ39.596025.380797.4198
Yxy25.38070.24380.1563
Hunter Lab50.379352.1299-79.3853
CIE-Lab57.444556.8576-66.0911

#ab66ff color RGB value is (171,102,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 11111111
Octal 253 146 377
Decimal 171 102 255
Hex AB 66 FF

RGB Percentages of Color #ab66ff

%32.39
%19.32
%48.30

CMYK Percentages of Color #ab66ff

%33
%60
%0
%0

Triadic Colors of #ab66ff

#ab66ff #ffab66 #66ffab

Analogous Colors of #ab66ff

#ab66ff #f866ff #666eff

Monochromatic Colors of #ab66ff

#ab66ff

Complementary Color

#ab66ff #baff66

#ab66ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab66ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab66ff Color CSS Codes

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

#ab66ff Text Font Color

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

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


#ab66ff Background Color

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

This div background color is #ab66ff


#ab66ff Border Color

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

This div border color is #ab66ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab66ff


Comments

No comments written yet.

Please login to write comment.