Color Hex Logo

#d9a2cf Color Hex

#D9A2CF
(217,162,207)
0 Favorites   0 Comments

Color spaces of #d9a2cf

RGB 217162207
HSL0.860.420.74
HSV311°25°85°
CMYK 0.000.250.05   0.15
XYZ52.798145.097464.9534
Yxy45.09740.32420.2769
Hunter Lab67.154622.8192-10.3384
CIE-Lab72.956027.5894-14.9896

#d9a2cf color RGB value is (217,162,207).

#d9a2cf hex color red value is 217, green value is 162 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d9a2cf hue: 0.86 , saturation: 0.42 and the lightness value of d9a2cf is 0.74.

The process color (four color CMYK) of #d9a2cf color hex is 0.00, 0.25, 0.05, 0.15. Web safe color of #d9a2cf is #cc99cc. Color #d9a2cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10100010 11001111
Octal 331 242 317
Decimal 217 162 207
Hex D9 A2 CF

RGB Percentages of Color #d9a2cf

%37.03
%27.65
%35.32

CMYK Percentages of Color #d9a2cf

%0
%25
%5
%15

Triadic Colors of #d9a2cf

#d9a2cf #cfd9a2 #a2cfd9

Analogous Colors of #d9a2cf

#d9a2cf #d9a2b4 #c8a2d9

Monochromatic Colors of #d9a2cf

#d9a2cf

Complementary Color

#d9a2cf #a2d9ac

#d9a2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9a2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9a2cf Color CSS Codes

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

#d9a2cf Text Font Color

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

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


#d9a2cf Background Color

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

This div background color is #d9a2cf


#d9a2cf Border Color

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

This div border color is #d9a2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9a2cf


Comments

No comments written yet.

Please login to write comment.