Color Hex Logo

#d9709f Color Hex

#D9709F
(217,112,159)
0 Favorites   0 Comments

Color spaces of #d9709f

RGB 217112159
HSL0.930.580.65
HSV333°48°85°
CMYK 0.000.480.27   0.15
XYZ40.667528.843336.2248
Yxy28.84330.38460.2728
Hunter Lab53.706041.1793-2.3971
CIE-Lab60.643146.4090-6.4404

#d9709f color RGB value is (217,112,159).

#d9709f hex color red value is 217, green value is 112 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d9709f hue: 0.93 , saturation: 0.58 and the lightness value of d9709f is 0.65.

The process color (four color CMYK) of #d9709f color hex is 0.00, 0.48, 0.27, 0.15. Web safe color of #d9709f is #cc6699. Color #d9709f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 10011111
Octal 331 160 237
Decimal 217 112 159
Hex D9 70 9F

RGB Percentages of Color #d9709f

%44.47
%22.95
%32.58

CMYK Percentages of Color #d9709f

%0
%48
%27
%15

Triadic Colors of #d9709f

#d9709f #9fd970 #709fd9

Analogous Colors of #d9709f

#d9709f #d97670 #d970d4

Monochromatic Colors of #d9709f

#d9709f

Complementary Color

#d9709f #70d9aa

#d9709f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9709f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9709f Color CSS Codes

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

#d9709f Text Font Color

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

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


#d9709f Background Color

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

This div background color is #d9709f


#d9709f Border Color

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

This div border color is #d9709f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9709f


Comments

No comments written yet.

Please login to write comment.