Color Hex Logo

#d97cbd Color Hex

#D97CBD
(217,124,189)
0 Favorites   0 Comments

Color spaces of #d97cbd

RGB 217124189
HSL0.880.550.67
HSV318°43°85°
CMYK 0.000.430.13   0.15
XYZ45.008232.841152.1109
Yxy32.84110.34630.2527
Hunter Lab57.307239.9038-13.7989
CIE-Lab64.032044.7559-18.4555

#d97cbd color RGB value is (217,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 10111101
Octal 331 174 275
Decimal 217 124 189
Hex D9 7C BD

RGB Percentages of Color #d97cbd

%40.94
%23.40
%35.66

CMYK Percentages of Color #d97cbd

%0
%43
%13
%15

Triadic Colors of #d97cbd

#d97cbd #bdd97c #7cbdd9

Analogous Colors of #d97cbd

#d97cbd #d97c8f #c77cd9

Monochromatic Colors of #d97cbd

#d97cbd

Complementary Color

#d97cbd #7cd998

#d97cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cbd Color CSS Codes

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

#d97cbd Text Font Color

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

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


#d97cbd Background Color

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

This div background color is #d97cbd


#d97cbd Border Color

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

This div border color is #d97cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cbd


Comments

No comments written yet.

Please login to write comment.