Color Hex Logo

#d995ad Color Hex

#D995AD
(217,149,173)
0 Favorites   0 Comments

Color spaces of #d995ad

RGB 217149173
HSL0.940.470.72
HSV339°31°85°
CMYK 0.000.310.20   0.15
XYZ46.905539.263744.6416
Yxy39.26370.35860.3002
Hunter Lab62.660823.96211.6224
CIE-Lab68.941928.9938-2.1272

#d995ad color RGB value is (217,149,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 10101101
Octal 331 225 255
Decimal 217 149 173
Hex D9 95 AD

RGB Percentages of Color #d995ad

%40.26
%27.64
%32.10

CMYK Percentages of Color #d995ad

%0
%31
%20
%15

Triadic Colors of #d995ad

#d995ad #add995 #95add9

Analogous Colors of #d995ad

#d995ad #d99f95 #d995cf

Monochromatic Colors of #d995ad

#d995ad

Complementary Color

#d995ad #95d9c1

#d995ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995ad Color CSS Codes

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

#d995ad Text Font Color

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

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


#d995ad Background Color

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

This div background color is #d995ad


#d995ad Border Color

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

This div border color is #d995ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995ad


Comments

No comments written yet.

Please login to write comment.