Color Hex Logo

#d97ddc Color Hex

#D97DDC
(217,125,220)
0 Favorites   0 Comments

Color spaces of #d97ddc

RGB 217125220
HSL0.830.580.68
HSV298°43°86°
CMYK 0.010.430.00   0.14
XYZ48.867234.586371.8104
Yxy34.58630.31470.2228
Hunter Lab58.810145.4036-31.2293
CIE-Lab65.425349.5847-33.7010

#d97ddc color RGB value is (217,125,220).

#d97ddc hex color red value is 217, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d97ddc hue: 0.83 , saturation: 0.58 and the lightness value of d97ddc is 0.68.

The process color (four color CMYK) of #d97ddc color hex is 0.01, 0.43, 0.00, 0.14. Web safe color of #d97ddc is #cc66cc. Color #d97ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11011100
Octal 331 175 334
Decimal 217 125 220
Hex D9 7D DC

RGB Percentages of Color #d97ddc

%38.61
%22.24
%39.15

CMYK Percentages of Color #d97ddc

%1
%43
%0
%14

Triadic Colors of #d97ddc

#d97ddc #dcd97d #7ddcd9

Analogous Colors of #d97ddc

#d97ddc #dc7db0 #aa7ddc

Monochromatic Colors of #d97ddc

#d97ddc

Complementary Color

#d97ddc #80dc7d

#d97ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ddc Color CSS Codes

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

#d97ddc Text Font Color

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

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


#d97ddc Background Color

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

This div background color is #d97ddc


#d97ddc Border Color

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

This div border color is #d97ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ddc


Comments

No comments written yet.

Please login to write comment.