Color Hex Logo

#ab66eb Color Hex

#AB66EB
(171,102,235)
0 Favorites   0 Comments

Color spaces of #ab66eb

RGB 171102235
HSL0.750.770.66
HSV271°57°92°
CMYK 0.270.570.00   0.08
XYZ36.541424.158881.3344
Yxy24.15880.25730.1701
Hunter Lab49.151646.6892-63.7050
CIE-Lab56.246452.1609-56.9057

#ab66eb color RGB value is (171,102,235).

#ab66eb hex color red value is 171, green value is 102 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab66eb hue: 0.75 , saturation: 0.77 and the lightness value of ab66eb is 0.66.

The process color (four color CMYK) of #ab66eb color hex is 0.27, 0.57, 0.00, 0.08. Web safe color of #ab66eb is #9966ff. Color #ab66eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 11101011
Octal 253 146 353
Decimal 171 102 235
Hex AB 66 EB

RGB Percentages of Color #ab66eb

%33.66
%20.08
%46.26

CMYK Percentages of Color #ab66eb

%27
%57
%0
%8

Triadic Colors of #ab66eb

#ab66eb #ebab66 #66ebab

Analogous Colors of #ab66eb

#ab66eb #eb66e9 #6966eb

Monochromatic Colors of #ab66eb

#ab66eb

Complementary Color

#ab66eb #a6eb66

#ab66eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab66eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab66eb Color CSS Codes

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

#ab66eb Text Font Color

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

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


#ab66eb Background Color

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

This div background color is #ab66eb


#ab66eb Border Color

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

This div border color is #ab66eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab66eb


Comments

No comments written yet.

Please login to write comment.