Color Hex Logo

#d998ac Color Hex

#D998AC
(217,152,172)
0 Favorites   0 Comments

Color spaces of #d998ac

RGB 217152172
HSL0.950.460.72
HSV342°30°85°
CMYK 0.000.300.21   0.15
XYZ47.289940.186744.2941
Yxy40.18670.35890.3050
Hunter Lab63.393022.21972.9478
CIE-Lab69.602327.2235-0.6020

#d998ac color RGB value is (217,152,172).

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

The process color (four color CMYK) of #d998ac color hex is 0.00, 0.30, 0.21, 0.15. Web safe color of #d998ac is #cc9999. Color #d998ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 10101100
Octal 331 230 254
Decimal 217 152 172
Hex D9 98 AC

RGB Percentages of Color #d998ac

%40.11
%28.10
%31.79

CMYK Percentages of Color #d998ac

%0
%30
%21
%15

Triadic Colors of #d998ac

#d998ac #acd998 #98acd9

Analogous Colors of #d998ac

#d998ac #d9a598 #d998cd

Monochromatic Colors of #d998ac

#d998ac

Complementary Color

#d998ac #98d9c5

#d998ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998ac Color CSS Codes

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

#d998ac Text Font Color

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

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


#d998ac Background Color

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

This div background color is #d998ac


#d998ac Border Color

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

This div border color is #d998ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998ac


Comments

No comments written yet.

Please login to write comment.