Color Hex Logo

#d97ebd Color Hex

#D97EBD
(217,126,189)
0 Favorites   0 Comments

Color spaces of #d97ebd

RGB 217126189
HSL0.880.540.67
HSV318°42°85°
CMYK 0.000.420.13   0.15
XYZ45.261433.347552.1953
Yxy33.34750.34600.2549
Hunter Lab57.747338.8477-13.1666
CIE-Lab64.441343.7212-17.8343

#d97ebd color RGB value is (217,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 10111101
Octal 331 176 275
Decimal 217 126 189
Hex D9 7E BD

RGB Percentages of Color #d97ebd

%40.79
%23.68
%35.53

CMYK Percentages of Color #d97ebd

%0
%42
%13
%15

Triadic Colors of #d97ebd

#d97ebd #bdd97e #7ebdd9

Analogous Colors of #d97ebd

#d97ebd #d97e90 #c87ed9

Monochromatic Colors of #d97ebd

#d97ebd

Complementary Color

#d97ebd #7ed99a

#d97ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ebd Color CSS Codes

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

#d97ebd Text Font Color

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

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


#d97ebd Background Color

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

This div background color is #d97ebd


#d97ebd Border Color

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

This div border color is #d97ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ebd


Comments

No comments written yet.

Please login to write comment.