Color Hex Logo

#ac98cd Color Hex

#AC98CD
(172,152,205)
0 Favorites   0 Comments

Color spaces of #ac98cd

RGB 172152205
HSL0.730.350.70
HSV263°26°80°
CMYK 0.160.260.00   0.20
XYZ39.260935.634962.5666
Yxy35.63490.28560.2592
Hunter Lab59.695012.9318-20.3557
CIE-Lab66.240017.8894-24.4808

#ac98cd color RGB value is (172,152,205).

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

The process color (four color CMYK) of #ac98cd color hex is 0.16, 0.26, 0.00, 0.20. Web safe color of #ac98cd is #9999cc. Color #ac98cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 11001101
Octal 254 230 315
Decimal 172 152 205
Hex AC 98 CD

RGB Percentages of Color #ac98cd

%32.51
%28.73
%38.75

CMYK Percentages of Color #ac98cd

%16
%26
%0
%20

Triadic Colors of #ac98cd

#ac98cd #cdac98 #98cdac

Analogous Colors of #ac98cd

#ac98cd #c798cd #989fcd

Monochromatic Colors of #ac98cd

#ac98cd

Complementary Color

#ac98cd #b9cd98

#ac98cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98cd Color CSS Codes

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

#ac98cd Text Font Color

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

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


#ac98cd Background Color

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

This div background color is #ac98cd


#ac98cd Border Color

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

This div border color is #ac98cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98cd


Comments

No comments written yet.

Please login to write comment.