Color Hex Logo

#d79bdc Color Hex

#D79BDC
(215,155,220)
0 Favorites   0 Comments

Color spaces of #d79bdc

RGB 215155220
HSL0.820.480.74
HSV295°30°86°
CMYK 0.020.300.00   0.14
XYZ52.663943.057173.2453
Yxy43.05710.31170.2548
Hunter Lab65.617928.4299-20.2493
CIE-Lab71.593733.1127-24.2177

#d79bdc color RGB value is (215,155,220).

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

The process color (four color CMYK) of #d79bdc color hex is 0.02, 0.30, 0.00, 0.14. Web safe color of #d79bdc is #cc99cc. Color #d79bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11011100
Octal 327 233 334
Decimal 215 155 220
Hex D7 9B DC

RGB Percentages of Color #d79bdc

%36.44
%26.27
%37.29

CMYK Percentages of Color #d79bdc

%2
%30
%0
%14

Triadic Colors of #d79bdc

#d79bdc #dcd79b #9bdcd7

Analogous Colors of #d79bdc

#d79bdc #dc9bc1 #b79bdc

Monochromatic Colors of #d79bdc

#d79bdc

Complementary Color

#d79bdc #a0dc9b

#d79bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bdc Color CSS Codes

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

#d79bdc Text Font Color

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

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


#d79bdc Background Color

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

This div background color is #d79bdc


#d79bdc Border Color

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

This div border color is #d79bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bdc


Comments

No comments written yet.

Please login to write comment.