Color Hex Logo

#d97ecb Color Hex

#D97ECB
(217,126,203)
0 Favorites   0 Comments

Color spaces of #d97ecb

RGB 217126203
HSL0.860.540.67
HSV309°42°85°
CMYK 0.000.420.06   0.15
XYZ46.855633.985260.5902
Yxy33.98520.33130.2403
Hunter Lab58.296841.4485-20.8147
CIE-Lab64.950846.0564-24.9340

#d97ecb color RGB value is (217,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11001011
Octal 331 176 313
Decimal 217 126 203
Hex D9 7E CB

RGB Percentages of Color #d97ecb

%39.74
%23.08
%37.18

CMYK Percentages of Color #d97ecb

%0
%42
%6
%15

Triadic Colors of #d97ecb

#d97ecb #cbd97e #7ecbd9

Analogous Colors of #d97ecb

#d97ecb #d97e9e #ba7ed9

Monochromatic Colors of #d97ecb

#d97ecb

Complementary Color

#d97ecb #7ed98c

#d97ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ecb Color CSS Codes

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

#d97ecb Text Font Color

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

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


#d97ecb Background Color

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

This div background color is #d97ecb


#d97ecb Border Color

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

This div border color is #d97ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ecb


Comments

No comments written yet.

Please login to write comment.