Color Hex Logo

#d97ede Color Hex

#D97EDE
(217,126,222)
0 Favorites   0 Comments

Color spaces of #d97ede

RGB 217126222
HSL0.820.590.68
HSV297°43°87°
CMYK 0.020.430.00   0.13
XYZ49.260934.947373.2564
Yxy34.94730.31280.2219
Hunter Lab59.116245.2886-32.0904
CIE-Lab65.707649.4406-34.3750

#d97ede color RGB value is (217,126,222).

#d97ede hex color red value is 217, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d97ede hue: 0.82 , saturation: 0.59 and the lightness value of d97ede is 0.68.

The process color (four color CMYK) of #d97ede color hex is 0.02, 0.43, 0.00, 0.13. Web safe color of #d97ede is #cc66cc. Color #d97ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11011110
Octal 331 176 336
Decimal 217 126 222
Hex D9 7E DE

RGB Percentages of Color #d97ede

%38.41
%22.30
%39.29

CMYK Percentages of Color #d97ede

%2
%43
%0
%13

Triadic Colors of #d97ede

#d97ede #ded97e #7eded9

Analogous Colors of #d97ede

#d97ede #de7eb3 #a97ede

Monochromatic Colors of #d97ede

#d97ede

Complementary Color

#d97ede #83de7e

#d97ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ede Color CSS Codes

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

#d97ede Text Font Color

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

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


#d97ede Background Color

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

This div background color is #d97ede


#d97ede Border Color

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

This div border color is #d97ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ede


Comments

No comments written yet.

Please login to write comment.