Color Hex Logo

#d7adca Color Hex

#D7ADCA
(215,173,202)
0 Favorites   0 Comments

Color spaces of #d7adca

RGB 215173202
HSL0.880.340.76
HSV319°20°84°
CMYK 0.000.200.06   0.16
XYZ53.628648.598562.4310
Yxy48.59850.32570.2951
Hunter Lab69.712615.3196-4.2982
CIE-Lab75.200920.0570-8.9109

#d7adca color RGB value is (215,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 11001010
Octal 327 255 312
Decimal 215 173 202
Hex D7 AD CA

RGB Percentages of Color #d7adca

%36.44
%29.32
%34.24

CMYK Percentages of Color #d7adca

%0
%20
%6
%16

Triadic Colors of #d7adca

#d7adca #cad7ad #adcad7

Analogous Colors of #d7adca

#d7adca #d7adb5 #cfadd7

Monochromatic Colors of #d7adca

#d7adca

Complementary Color

#d7adca #add7ba

#d7adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adca Color CSS Codes

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

#d7adca Text Font Color

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

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


#d7adca Background Color

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

This div background color is #d7adca


#d7adca Border Color

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

This div border color is #d7adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adca


Comments

No comments written yet.

Please login to write comment.