Color Hex Logo

#d995ac Color Hex

#D995AC
(217,149,172)
0 Favorites   0 Comments

Color spaces of #d995ac

RGB 217149172
HSL0.940.470.72
HSV340°31°85°
CMYK 0.000.310.21   0.15
XYZ46.809139.225244.1338
Yxy39.22520.35960.3013
Hunter Lab62.630023.80672.0608
CIE-Lab68.914128.8427-1.6096

#d995ac color RGB value is (217,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 10101100
Octal 331 225 254
Decimal 217 149 172
Hex D9 95 AC

RGB Percentages of Color #d995ac

%40.33
%27.70
%31.97

CMYK Percentages of Color #d995ac

%0
%31
%21
%15

Triadic Colors of #d995ac

#d995ac #acd995 #95acd9

Analogous Colors of #d995ac

#d995ac #d9a095 #d995ce

Monochromatic Colors of #d995ac

#d995ac

Complementary Color

#d995ac #95d9c2

#d995ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995ac Color CSS Codes

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

#d995ac Text Font Color

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

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


#d995ac Background Color

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

This div background color is #d995ac


#d995ac Border Color

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

This div border color is #d995ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,149,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 #d995ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995ac


Comments

No comments written yet.

Please login to write comment.