Color Hex Logo

#d79cdc Color Hex

#D79CDC
(215,156,220)
0 Favorites   0 Comments

Color spaces of #d79cdc

RGB 215156220
HSL0.820.480.74
HSV295°29°86°
CMYK 0.020.290.00   0.14
XYZ52.831143.391373.3010
Yxy43.39130.31160.2560
Hunter Lab65.872127.8855-19.8662
CIE-Lab71.819832.5725-23.8724

#d79cdc color RGB value is (215,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11011100
Octal 327 234 334
Decimal 215 156 220
Hex D7 9C DC

RGB Percentages of Color #d79cdc

%36.38
%26.40
%37.23

CMYK Percentages of Color #d79cdc

%2
%29
%0
%14

Triadic Colors of #d79cdc

#d79cdc #dcd79c #9cdcd7

Analogous Colors of #d79cdc

#d79cdc #dc9cc1 #b79cdc

Monochromatic Colors of #d79cdc

#d79cdc

Complementary Color

#d79cdc #a1dc9c

#d79cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79cdc Color CSS Codes

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

#d79cdc Text Font Color

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

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


#d79cdc Background Color

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

This div background color is #d79cdc


#d79cdc Border Color

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

This div border color is #d79cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79cdc


Comments

No comments written yet.

Please login to write comment.