Color Hex Logo

#d97ebf Color Hex

#D97EBF
(217,126,191)
0 Favorites   0 Comments

Color spaces of #d97ebf

RGB 217126191
HSL0.880.540.67
HSV317°42°85°
CMYK 0.000.420.12   0.15
XYZ45.480133.435053.3468
Yxy33.43500.34390.2528
Hunter Lab57.823039.2071-14.2241
CIE-Lab64.511644.0461-18.8558

#d97ebf color RGB value is (217,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 10111111
Octal 331 176 277
Decimal 217 126 191
Hex D9 7E BF

RGB Percentages of Color #d97ebf

%40.64
%23.60
%35.77

CMYK Percentages of Color #d97ebf

%0
%42
%12
%15

Triadic Colors of #d97ebf

#d97ebf #bfd97e #7ebfd9

Analogous Colors of #d97ebf

#d97ebf #d97e92 #c67ed9

Monochromatic Colors of #d97ebf

#d97ebf

Complementary Color

#d97ebf #7ed998

#d97ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ebf Color CSS Codes

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

#d97ebf Text Font Color

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

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


#d97ebf Background Color

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

This div background color is #d97ebf


#d97ebf Border Color

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

This div border color is #d97ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ebf


Comments

No comments written yet.

Please login to write comment.