Color Hex Logo

#d79bde Color Hex

#D79BDE
(215,155,222)
0 Favorites   0 Comments

Color spaces of #d79bde

RGB 215155222
HSL0.820.500.74
HSV294°30°87°
CMYK 0.030.300.00   0.13
XYZ52.930543.163774.6489
Yxy43.16370.31000.2528
Hunter Lab65.699128.8352-21.3774
CIE-Lab71.665933.4932-25.2055

#d79bde color RGB value is (215,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11011110
Octal 327 233 336
Decimal 215 155 222
Hex D7 9B DE

RGB Percentages of Color #d79bde

%36.32
%26.18
%37.50

CMYK Percentages of Color #d79bde

%3
%30
%0
%13

Triadic Colors of #d79bde

#d79bde #ded79b #9bded7

Analogous Colors of #d79bde

#d79bde #de9bc4 #b69bde

Monochromatic Colors of #d79bde

#d79bde

Complementary Color

#d79bde #a2de9b

#d79bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bde Color CSS Codes

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

#d79bde Text Font Color

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

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


#d79bde Background Color

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

This div background color is #d79bde


#d79bde Border Color

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

This div border color is #d79bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bde


Comments

No comments written yet.

Please login to write comment.