Color Hex Logo

#d9757c Color Hex

#D9757C
(217,117,124)
0 Favorites   0 Comments

Color spaces of #d9757c

RGB 217117124
HSL0.990.570.65
HSV356°46°85°
CMYK 0.000.460.43   0.15
XYZ38.614728.929522.6175
Yxy28.92950.42830.3209
Hunter Lab53.786234.024812.7184
CIE-Lab60.719439.631113.8275

#d9757c color RGB value is (217,117,124).

#d9757c hex color red value is 217, green value is 117 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d9757c hue: 0.99 , saturation: 0.57 and the lightness value of d9757c is 0.65.

The process color (four color CMYK) of #d9757c color hex is 0.00, 0.46, 0.43, 0.15. Web safe color of #d9757c is #cc6666. Color #d9757c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110101 01111100
Octal 331 165 174
Decimal 217 117 124
Hex D9 75 7C

RGB Percentages of Color #d9757c

%47.38
%25.55
%27.07

CMYK Percentages of Color #d9757c

%0
%46
%43
%15

Triadic Colors of #d9757c

#d9757c #7cd975 #757cd9

Analogous Colors of #d9757c

#d9757c #d9a075 #d975ae

Monochromatic Colors of #d9757c

#d9757c

Complementary Color

#d9757c #75d9d2

#d9757c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9757c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9757c Color CSS Codes

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

#d9757c Text Font Color

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

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


#d9757c Background Color

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

This div background color is #d9757c


#d9757c Border Color

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

This div border color is #d9757c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9757c


Comments

No comments written yet.

Please login to write comment.