Color Hex Logo

#d97dbd Color Hex

#D97DBD
(217,125,189)
0 Favorites   0 Comments

Color spaces of #d97dbd

RGB 217125189
HSL0.880.550.67
HSV318°42°85°
CMYK 0.000.420.13   0.15
XYZ45.134233.093152.1529
Yxy33.09310.34620.2538
Hunter Lab57.526639.3759-13.4830
CIE-Lab64.236244.2391-18.1455

#d97dbd color RGB value is (217,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 10111101
Octal 331 175 275
Decimal 217 125 189
Hex D9 7D BD

RGB Percentages of Color #d97dbd

%40.87
%23.54
%35.59

CMYK Percentages of Color #d97dbd

%0
%42
%13
%15

Triadic Colors of #d97dbd

#d97dbd #bdd97d #7dbdd9

Analogous Colors of #d97dbd

#d97dbd #d97d8f #c77dd9

Monochromatic Colors of #d97dbd

#d97dbd

Complementary Color

#d97dbd #7dd999

#d97dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97dbd Color CSS Codes

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

#d97dbd Text Font Color

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

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


#d97dbd Background Color

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

This div background color is #d97dbd


#d97dbd Border Color

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

This div border color is #d97dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,125,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 #d97dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97dbd


Comments

No comments written yet.

Please login to write comment.