Color Hex Logo

#ac98cf Color Hex

#AC98CF
(172,152,207)
0 Favorites   0 Comments

Color spaces of #ac98cf

RGB 172152207
HSL0.730.360.70
HSV262°27°81°
CMYK 0.170.270.00   0.19
XYZ39.504035.732163.8464
Yxy35.73210.28400.2569
Hunter Lab59.776313.3556-21.4835
CIE-Lab66.314718.3344-25.4781

#ac98cf color RGB value is (172,152,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 11001111
Octal 254 230 317
Decimal 172 152 207
Hex AC 98 CF

RGB Percentages of Color #ac98cf

%32.39
%28.63
%38.98

CMYK Percentages of Color #ac98cf

%17
%27
%0
%19

Triadic Colors of #ac98cf

#ac98cf #cfac98 #98cfac

Analogous Colors of #ac98cf

#ac98cf #c898cf #98a0cf

Monochromatic Colors of #ac98cf

#ac98cf

Complementary Color

#ac98cf #bbcf98

#ac98cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98cf Color CSS Codes

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

#ac98cf Text Font Color

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

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


#ac98cf Background Color

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

This div background color is #ac98cf


#ac98cf Border Color

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

This div border color is #ac98cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98cf


Comments

No comments written yet.

Please login to write comment.