Color Hex Logo

#d97dcf Color Hex

#D97DCF
(217,125,207)
0 Favorites   0 Comments

Color spaces of #d97dcf

RGB 217125207
HSL0.850.550.67
HSV307°42°85°
CMYK 0.000.420.05   0.15
XYZ47.211433.923963.0911
Yxy33.92390.32730.2352
Hunter Lab58.244242.7605-23.4529
CIE-Lab64.902147.2636-27.2508

#d97dcf color RGB value is (217,125,207).

#d97dcf hex color red value is 217, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d97dcf hue: 0.85 , saturation: 0.55 and the lightness value of d97dcf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11001111
Octal 331 175 317
Decimal 217 125 207
Hex D9 7D CF

RGB Percentages of Color #d97dcf

%39.53
%22.77
%37.70

CMYK Percentages of Color #d97dcf

%0
%42
%5
%15

Triadic Colors of #d97dcf

#d97dcf #cfd97d #7dcfd9

Analogous Colors of #d97dcf

#d97dcf #d97da1 #b57dd9

Monochromatic Colors of #d97dcf

#d97dcf

Complementary Color

#d97dcf #7dd987

#d97dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97dcf Color CSS Codes

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

#d97dcf Text Font Color

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

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


#d97dcf Background Color

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

This div background color is #d97dcf


#d97dcf Border Color

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

This div border color is #d97dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97dcf


Comments

No comments written yet.

Please login to write comment.