Color Hex Logo

#d9afce Color Hex

#D9AFCE
(217,175,206)
0 Favorites   0 Comments

Color spaces of #d9afce

RGB 217175206
HSL0.880.360.77
HSV316°19°85°
CMYK 0.000.190.05   0.15
XYZ55.085849.867965.1146
Yxy49.86790.32390.2932
Hunter Lab70.617215.6610-5.2380
CIE-Lab75.988120.3725-9.9009

#d9afce color RGB value is (217,175,206).

#d9afce hex color red value is 217, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d9afce hue: 0.88 , saturation: 0.36 and the lightness value of d9afce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11001110
Octal 331 257 316
Decimal 217 175 206
Hex D9 AF CE

RGB Percentages of Color #d9afce

%36.29
%29.26
%34.45

CMYK Percentages of Color #d9afce

%0
%19
%5
%15

Triadic Colors of #d9afce

#d9afce #ced9af #afced9

Analogous Colors of #d9afce

#d9afce #d9afb9 #cfafd9

Monochromatic Colors of #d9afce

#d9afce

Complementary Color

#d9afce #afd9ba

#d9afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afce Color CSS Codes

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

#d9afce Text Font Color

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

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


#d9afce Background Color

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

This div background color is #d9afce


#d9afce Border Color

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

This div border color is #d9afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afce


Comments

No comments written yet.

Please login to write comment.