Color Hex Logo

#d79fcd Color Hex

#D79FCD
(215,159,205)
0 Favorites   0 Comments

Color spaces of #d79fcd

RGB 215159205
HSL0.860.410.73
HSV311°26°84°
CMYK 0.000.260.05   0.16
XYZ51.441943.651163.4718
Yxy43.65110.32440.2753
Hunter Lab66.069023.3610-10.7110
CIE-Lab71.994728.1831-15.3570

#d79fcd color RGB value is (215,159,205).

#d79fcd hex color red value is 215, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d79fcd hue: 0.86 , saturation: 0.41 and the lightness value of d79fcd is 0.73.

The process color (four color CMYK) of #d79fcd color hex is 0.00, 0.26, 0.05, 0.16. Web safe color of #d79fcd is #cc99cc. Color #d79fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 11001101
Octal 327 237 315
Decimal 215 159 205
Hex D7 9F CD

RGB Percentages of Color #d79fcd

%37.13
%27.46
%35.41

CMYK Percentages of Color #d79fcd

%0
%26
%5
%16

Triadic Colors of #d79fcd

#d79fcd #cdd79f #9fcdd7

Analogous Colors of #d79fcd

#d79fcd #d79fb1 #c59fd7

Monochromatic Colors of #d79fcd

#d79fcd

Complementary Color

#d79fcd #9fd7a9

#d79fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79fcd Color CSS Codes

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

#d79fcd Text Font Color

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

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


#d79fcd Background Color

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

This div background color is #d79fcd


#d79fcd Border Color

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

This div border color is #d79fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79fcd


Comments

No comments written yet.

Please login to write comment.