Color Hex Logo

#ac98da Color Hex

#AC98DA
(172,152,218)
0 Favorites   0 Comments

Color spaces of #ac98da

RGB 172152218
HSL0.720.470.73
HSV258°30°85°
CMYK 0.210.300.00   0.15
XYZ40.896436.289171.1787
Yxy36.28910.27560.2446
Hunter Lab60.240415.7604-27.8874
CIE-Lab66.740220.8338-30.9219

#ac98da color RGB value is (172,152,218).

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

The process color (four color CMYK) of #ac98da color hex is 0.21, 0.30, 0.00, 0.15. Web safe color of #ac98da is #9999cc. Color #ac98da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 11011010
Octal 254 230 332
Decimal 172 152 218
Hex AC 98 DA

RGB Percentages of Color #ac98da

%31.73
%28.04
%40.22

CMYK Percentages of Color #ac98da

%21
%30
%0
%15

Triadic Colors of #ac98da

#ac98da #daac98 #98daac

Analogous Colors of #ac98da

#ac98da #cd98da #98a5da

Monochromatic Colors of #ac98da

#ac98da

Complementary Color

#ac98da #c6da98

#ac98da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98da Color CSS Codes

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

#ac98da Text Font Color

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

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


#ac98da Background Color

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

This div background color is #ac98da


#ac98da Border Color

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

This div border color is #ac98da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98da


Comments

No comments written yet.

Please login to write comment.