Color Hex Logo

#d79dda Color Hex

#D79DDA
(215,157,218)
0 Favorites   0 Comments

Color spaces of #d79dda

RGB 215157218
HSL0.830.450.74
HSV297°28°85°
CMYK 0.010.280.00   0.15
XYZ52.736243.623071.9702
Yxy43.62300.31330.2592
Hunter Lab66.047726.9409-18.3731
CIE-Lab71.975831.6537-22.5361

#d79dda color RGB value is (215,157,218).

#d79dda hex color red value is 215, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d79dda hue: 0.83 , saturation: 0.45 and the lightness value of d79dda is 0.74.

The process color (four color CMYK) of #d79dda color hex is 0.01, 0.28, 0.00, 0.15. Web safe color of #d79dda is #cc99cc. Color #d79dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 11011010
Octal 327 235 332
Decimal 215 157 218
Hex D7 9D DA

RGB Percentages of Color #d79dda

%36.44
%26.61
%36.95

CMYK Percentages of Color #d79dda

%1
%28
%0
%15

Triadic Colors of #d79dda

#d79dda #dad79d #9ddad7

Analogous Colors of #d79dda

#d79dda #da9dbf #b99dda

Monochromatic Colors of #d79dda

#d79dda

Complementary Color

#d79dda #a0da9d

#d79dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79dda Color CSS Codes

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

#d79dda Text Font Color

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

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


#d79dda Background Color

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

This div background color is #d79dda


#d79dda Border Color

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

This div border color is #d79dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,157,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79dda


Comments

No comments written yet.

Please login to write comment.