Color Hex Logo

#ab99ed Color Hex

#AB99ED
(171,153,237)
0 Favorites   0 Comments

Color spaces of #ab99ed

RGB 171153237
HSL0.700.700.76
HSV253°35°93°
CMYK 0.280.350.00   0.07
XYZ43.471937.554885.0784
Yxy37.55480.26170.2261
Hunter Lab61.282019.3800-39.4155
CIE-Lab67.691224.4979-39.9162

#ab99ed color RGB value is (171,153,237).

#ab99ed hex color red value is 171, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab99ed hue: 0.70 , saturation: 0.70 and the lightness value of ab99ed is 0.76.

The process color (four color CMYK) of #ab99ed color hex is 0.28, 0.35, 0.00, 0.07. Web safe color of #ab99ed is #9999ff. Color #ab99ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 11101101
Octal 253 231 355
Decimal 171 153 237
Hex AB 99 ED

RGB Percentages of Color #ab99ed

%30.48
%27.27
%42.25

CMYK Percentages of Color #ab99ed

%28
%35
%0
%7

Triadic Colors of #ab99ed

#ab99ed #edab99 #99edab

Analogous Colors of #ab99ed

#ab99ed #d599ed #99b1ed

Monochromatic Colors of #ab99ed

#ab99ed

Complementary Color

#ab99ed #dbed99

#ab99ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab99ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab99ed Color CSS Codes

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

#ab99ed Text Font Color

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

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


#ab99ed Background Color

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

This div background color is #ab99ed


#ab99ed Border Color

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

This div border color is #ab99ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab99ed


Comments

No comments written yet.

Please login to write comment.