Color Hex Logo

#d79dde Color Hex

#D79DDE
(215,157,222)
0 Favorites   0 Comments

Color spaces of #d79dde

RGB 215157222
HSL0.820.500.74
HSV294°29°87°
CMYK 0.030.290.00   0.13
XYZ53.266143.834974.7608
Yxy43.83490.30990.2551
Hunter Lab66.207927.7443-20.6036
CIE-Lab72.118032.4122-24.5141

#d79dde color RGB value is (215,157,222).

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

The process color (four color CMYK) of #d79dde color hex is 0.03, 0.29, 0.00, 0.13. Web safe color of #d79dde is #cc99cc. Color #d79dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 11011110
Octal 327 235 336
Decimal 215 157 222
Hex D7 9D DE

RGB Percentages of Color #d79dde

%36.20
%26.43
%37.37

CMYK Percentages of Color #d79dde

%3
%29
%0
%13

Triadic Colors of #d79dde

#d79dde #ded79d #9dded7

Analogous Colors of #d79dde

#d79dde #de9dc5 #b79dde

Monochromatic Colors of #d79dde

#d79dde

Complementary Color

#d79dde #a4de9d

#d79dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79dde Color CSS Codes

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

#d79dde Text Font Color

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

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


#d79dde Background Color

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

This div background color is #d79dde


#d79dde Border Color

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

This div border color is #d79dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79dde


Comments

No comments written yet.

Please login to write comment.