Color Hex Logo

#d79dcf Color Hex

#D79DCF
(215,157,207)
0 Favorites   0 Comments

Color spaces of #d79dcf

RGB 215157207
HSL0.860.420.73
HSV308°27°84°
CMYK 0.000.270.04   0.16
XYZ51.343843.066064.6379
Yxy43.06600.32280.2708
Hunter Lab65.624724.8126-12.4612
CIE-Lab71.599729.6262-17.0549

#d79dcf color RGB value is (215,157,207).

#d79dcf hex color red value is 215, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d79dcf hue: 0.86 , saturation: 0.42 and the lightness value of d79dcf is 0.73.

The process color (four color CMYK) of #d79dcf color hex is 0.00, 0.27, 0.04, 0.16. Web safe color of #d79dcf is #cc99cc. Color #d79dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 11001111
Octal 327 235 317
Decimal 215 157 207
Hex D7 9D CF

RGB Percentages of Color #d79dcf

%37.13
%27.12
%35.75

CMYK Percentages of Color #d79dcf

%0
%27
%4
%16

Triadic Colors of #d79dcf

#d79dcf #cfd79d #9dcfd7

Analogous Colors of #d79dcf

#d79dcf #d79db2 #c29dd7

Monochromatic Colors of #d79dcf

#d79dcf

Complementary Color

#d79dcf #9dd7a5

#d79dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79dcf Color CSS Codes

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

#d79dcf Text Font Color

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

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


#d79dcf Background Color

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

This div background color is #d79dcf


#d79dcf Border Color

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

This div border color is #d79dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79dcf


Comments

No comments written yet.

Please login to write comment.