Color Hex Logo

#ab66de Color Hex

#AB66DE
(171,102,222)
0 Favorites   0 Comments

Color spaces of #ab66de

RGB 171102222
HSL0.760.650.64
HSV275°54°87°
CMYK 0.230.540.00   0.13
XYZ34.730823.434671.8001
Yxy23.43460.26720.1803
Hunter Lab48.409343.3469-54.0517
CIE-Lab55.517249.1973-50.7756

#ab66de color RGB value is (171,102,222).

#ab66de hex color red value is 171, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab66de hue: 0.76 , saturation: 0.65 and the lightness value of ab66de is 0.64.

The process color (four color CMYK) of #ab66de color hex is 0.23, 0.54, 0.00, 0.13. Web safe color of #ab66de is #9966cc. Color #ab66de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 11011110
Octal 253 146 336
Decimal 171 102 222
Hex AB 66 DE

RGB Percentages of Color #ab66de

%34.55
%20.61
%44.85

CMYK Percentages of Color #ab66de

%23
%54
%0
%13

Triadic Colors of #ab66de

#ab66de #deab66 #66deab

Analogous Colors of #ab66de

#ab66de #de66d5 #6f66de

Monochromatic Colors of #ab66de

#ab66de

Complementary Color

#ab66de #99de66

#ab66de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab66de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab66de Color CSS Codes

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

#ab66de Text Font Color

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

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


#ab66de Background Color

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

This div background color is #ab66de


#ab66de Border Color

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

This div border color is #ab66de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab66de


Comments

No comments written yet.

Please login to write comment.