Color Hex Logo

#ac98ce Color Hex

#AC98CE
(172,152,206)
0 Favorites   0 Comments

Color spaces of #ac98ce

RGB 172152206
HSL0.730.360.70
HSV262°26°81°
CMYK 0.170.260.00   0.19
XYZ39.382135.683463.2044
Yxy35.68340.28480.2581
Hunter Lab59.735613.1431-20.9180
CIE-Lab66.277318.1114-24.9796

#ac98ce color RGB value is (172,152,206).

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

The process color (four color CMYK) of #ac98ce color hex is 0.17, 0.26, 0.00, 0.19. Web safe color of #ac98ce is #9999cc. Color #ac98ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 11001110
Octal 254 230 316
Decimal 172 152 206
Hex AC 98 CE

RGB Percentages of Color #ac98ce

%32.45
%28.68
%38.87

CMYK Percentages of Color #ac98ce

%17
%26
%0
%19

Triadic Colors of #ac98ce

#ac98ce #ceac98 #98ceac

Analogous Colors of #ac98ce

#ac98ce #c798ce #989fce

Monochromatic Colors of #ac98ce

#ac98ce

Complementary Color

#ac98ce #bace98

#ac98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98ce Color CSS Codes

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

#ac98ce Text Font Color

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

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


#ac98ce Background Color

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

This div background color is #ac98ce


#ac98ce Border Color

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

This div border color is #ac98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98ce


Comments

No comments written yet.

Please login to write comment.