Color Hex Logo

#d9c7f2 Color Hex

#D9C7F2
(217,199,242)
0 Favorites   0 Comments

Color spaces of #d9c7f2

RGB 217199242
HSL0.740.620.86
HSV265°18°95°
CMYK 0.100.180.00   0.05
XYZ65.065762.009492.5441
Yxy62.00940.29630.2823
Hunter Lab78.74609.6841-14.5567
CIE-Lab82.918414.2918-18.9002

#d9c7f2 color RGB value is (217,199,242).

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

The process color (four color CMYK) of #d9c7f2 color hex is 0.10, 0.18, 0.00, 0.05. Web safe color of #d9c7f2 is #ccccff. Color #d9c7f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11000111 11110010
Octal 331 307 362
Decimal 217 199 242
Hex D9 C7 F2

RGB Percentages of Color #d9c7f2

%32.98
%30.24
%36.78

CMYK Percentages of Color #d9c7f2

%10
%18
%0
%5

Triadic Colors of #d9c7f2

#d9c7f2 #f2d9c7 #c7f2d9

Analogous Colors of #d9c7f2

#d9c7f2 #efc7f2 #c7cbf2

Monochromatic Colors of #d9c7f2

#d9c7f2

Complementary Color

#d9c7f2 #e0f2c7

#d9c7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9c7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9c7f2 Color CSS Codes

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

#d9c7f2 Text Font Color

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

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


#d9c7f2 Background Color

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

This div background color is #d9c7f2


#d9c7f2 Border Color

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

This div border color is #d9c7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9c7f2


Comments

No comments written yet.

Please login to write comment.