Color Hex Logo

#d97ecd Color Hex

#D97ECD
(217,126,205)
0 Favorites   0 Comments

Color spaces of #d97ecd

RGB 217126205
HSL0.860.540.67
HSV308°42°85°
CMYK 0.000.420.06   0.15
XYZ47.095634.081261.8537
Yxy34.08120.32930.2383
Hunter Lab58.379141.8361-21.9534
CIE-Lab65.027046.4014-25.9383

#d97ecd color RGB value is (217,126,205).

#d97ecd hex color red value is 217, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d97ecd hue: 0.86 , saturation: 0.54 and the lightness value of d97ecd is 0.67.

The process color (four color CMYK) of #d97ecd color hex is 0.00, 0.42, 0.06, 0.15. Web safe color of #d97ecd is #cc66cc. Color #d97ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11001101
Octal 331 176 315
Decimal 217 126 205
Hex D9 7E CD

RGB Percentages of Color #d97ecd

%39.60
%22.99
%37.41

CMYK Percentages of Color #d97ecd

%0
%42
%6
%15

Triadic Colors of #d97ecd

#d97ecd #cdd97e #7ecdd9

Analogous Colors of #d97ecd

#d97ecd #d97ea0 #b87ed9

Monochromatic Colors of #d97ecd

#d97ecd

Complementary Color

#d97ecd #7ed98a

#d97ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ecd Color CSS Codes

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

#d97ecd Text Font Color

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

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


#d97ecd Background Color

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

This div background color is #d97ecd


#d97ecd Border Color

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

This div border color is #d97ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ecd


Comments

No comments written yet.

Please login to write comment.