Color Hex Logo

#ac98dd Color Hex

#AC98DD
(172,152,221)
0 Favorites   0 Comments

Color spaces of #ac98dd

RGB 172152221
HSL0.710.500.73
HSV257°31°87°
CMYK 0.220.310.00   0.13
XYZ41.292636.447673.2653
Yxy36.44760.27350.2414
Hunter Lab60.371816.4381-29.6921
CIE-Lab66.860521.5304-32.3943

#ac98dd color RGB value is (172,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 11011101
Octal 254 230 335
Decimal 172 152 221
Hex AC 98 DD

RGB Percentages of Color #ac98dd

%31.56
%27.89
%40.55

CMYK Percentages of Color #ac98dd

%22
%31
%0
%13

Triadic Colors of #ac98dd

#ac98dd #ddac98 #98ddac

Analogous Colors of #ac98dd

#ac98dd #cf98dd #98a7dd

Monochromatic Colors of #ac98dd

#ac98dd

Complementary Color

#ac98dd #c9dd98

#ac98dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98dd Color CSS Codes

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

#ac98dd Text Font Color

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

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


#ac98dd Background Color

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

This div background color is #ac98dd


#ac98dd Border Color

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

This div border color is #ac98dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,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 #ac98dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98dd


Comments

No comments written yet.

Please login to write comment.