Color Hex Logo

#d7c2cd Color Hex

#D7C2CD
(215,194,205)
0 Favorites   0 Comments

Color spaces of #d7c2cd

RGB 215194205
HSL0.910.210.80
HSV329°10°84°
CMYK 0.000.100.05   0.16
XYZ58.335657.438465.7697
Yxy57.43840.32130.3164
Hunter Lab75.78814.76571.5992
CIE-Lab80.42559.2874-2.8134

#d7c2cd color RGB value is (215,194,205).

#d7c2cd hex color red value is 215, green value is 194 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d7c2cd hue: 0.91 , saturation: 0.21 and the lightness value of d7c2cd is 0.80.

The process color (four color CMYK) of #d7c2cd color hex is 0.00, 0.10, 0.05, 0.16. Web safe color of #d7c2cd is #cccccc. Color #d7c2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000010 11001101
Octal 327 302 315
Decimal 215 194 205
Hex D7 C2 CD

RGB Percentages of Color #d7c2cd

%35.02
%31.60
%33.39

CMYK Percentages of Color #d7c2cd

%0
%10
%5
%16

Triadic Colors of #d7c2cd

#d7c2cd #cdd7c2 #c2cdd7

Analogous Colors of #d7c2cd

#d7c2cd #d7c2c3 #d7c2d7

Monochromatic Colors of #d7c2cd

#d7c2cd

Complementary Color

#d7c2cd #c2d7cc

#d7c2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c2cd Color CSS Codes

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

#d7c2cd Text Font Color

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

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


#d7c2cd Background Color

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

This div background color is #d7c2cd


#d7c2cd Border Color

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

This div border color is #d7c2cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,194,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7c2cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7c2cd;
  -webkit-box-shadow: 1px 1px 3px 2px #d7c2cd;
  box-shadow:         1px 1px 3px 2px #d7c2cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,194,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c2cd


Comments

No comments written yet.

Please login to write comment.