Color Hex Logo

#d79bdf Color Hex

#D79BDF
(215,155,223)
0 Favorites   0 Comments

Color spaces of #d79bdf

RGB 215155223
HSL0.810.520.74
HSV293°30°87°
CMYK 0.040.300.00   0.13
XYZ53.065043.217575.3570
Yxy43.21750.30920.2518
Hunter Lab65.740029.0392-21.9454
CIE-Lab71.702333.6844-25.6986

#d79bdf color RGB value is (215,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11011111
Octal 327 233 337
Decimal 215 155 223
Hex D7 9B DF

RGB Percentages of Color #d79bdf

%36.26
%26.14
%37.61

CMYK Percentages of Color #d79bdf

%4
%30
%0
%13

Triadic Colors of #d79bdf

#d79bdf #dfd79b #9bdfd7

Analogous Colors of #d79bdf

#d79bdf #df9bc5 #b59bdf

Monochromatic Colors of #d79bdf

#d79bdf

Complementary Color

#d79bdf #a3df9b

#d79bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bdf Color CSS Codes

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

#d79bdf Text Font Color

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

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


#d79bdf Background Color

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

This div background color is #d79bdf


#d79bdf Border Color

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

This div border color is #d79bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bdf


Comments

No comments written yet.

Please login to write comment.