Color Hex Logo

#ab98dd Color Hex

#AB98DD
(171,152,221)
0 Favorites   0 Comments

Color spaces of #ab98dd

RGB 171152221
HSL0.710.500.73
HSV257°31°87°
CMYK 0.230.310.00   0.13
XYZ41.074036.334973.2551
Yxy36.33490.27260.2412
Hunter Lab60.278416.1434-29.8590
CIE-Lab66.775021.2294-32.5336

#ab98dd color RGB value is (171,152,221).

#ab98dd hex color red value is 171, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab98dd hue: 0.71 , saturation: 0.50 and the lightness value of ab98dd is 0.73.

The process color (four color CMYK) of #ab98dd color hex is 0.23, 0.31, 0.00, 0.13. Web safe color of #ab98dd is #9999cc. Color #ab98dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 11011101
Octal 253 230 335
Decimal 171 152 221
Hex AB 98 DD

RGB Percentages of Color #ab98dd

%31.43
%27.94
%40.63

CMYK Percentages of Color #ab98dd

%23
%31
%0
%13

Triadic Colors of #ab98dd

#ab98dd #ddab98 #98ddab

Analogous Colors of #ab98dd

#ab98dd #ce98dd #98a8dd

Monochromatic Colors of #ab98dd

#ab98dd

Complementary Color

#ab98dd #cadd98

#ab98dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab98dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab98dd Color CSS Codes

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

#ab98dd Text Font Color

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

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


#ab98dd Background Color

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

This div background color is #ab98dd


#ab98dd Border Color

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

This div border color is #ab98dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab98dd


Comments

No comments written yet.

Please login to write comment.