Color Hex Logo

#d7adcd Color Hex

#D7ADCD
(215,173,205)
0 Favorites   0 Comments

Color spaces of #d7adcd

RGB 215173205
HSL0.870.340.76
HSV314°20°84°
CMYK 0.000.200.05   0.16
XYZ53.987348.742064.3203
Yxy48.74200.32320.2918
Hunter Lab69.815515.8544-5.7525
CIE-Lab75.290520.5896-10.4157

#d7adcd color RGB value is (215,173,205).

#d7adcd hex color red value is 215, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d7adcd hue: 0.87 , saturation: 0.34 and the lightness value of d7adcd is 0.76.

The process color (four color CMYK) of #d7adcd color hex is 0.00, 0.20, 0.05, 0.16. Web safe color of #d7adcd is #cc99cc. Color #d7adcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 11001101
Octal 327 255 315
Decimal 215 173 205
Hex D7 AD CD

RGB Percentages of Color #d7adcd

%36.26
%29.17
%34.57

CMYK Percentages of Color #d7adcd

%0
%20
%5
%16

Triadic Colors of #d7adcd

#d7adcd #cdd7ad #adcdd7

Analogous Colors of #d7adcd

#d7adcd #d7adb8 #ccadd7

Monochromatic Colors of #d7adcd

#d7adcd

Complementary Color

#d7adcd #add7b7

#d7adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adcd Color CSS Codes

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

#d7adcd Text Font Color

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

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


#d7adcd Background Color

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

This div background color is #d7adcd


#d7adcd Border Color

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

This div border color is #d7adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adcd


Comments

No comments written yet.

Please login to write comment.