Color Hex Logo

#d79fbc Color Hex

#D79FBC
(215,159,188)
0 Favorites   0 Comments

Color spaces of #d79fbc

RGB 215159188
HSL0.910.410.73
HSV329°26°84°
CMYK 0.000.260.13   0.16
XYZ49.499642.874253.2436
Yxy42.87420.33990.2944
Hunter Lab65.478420.3532-2.3766
CIE-Lab71.469525.2526-6.7577

#d79fbc color RGB value is (215,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 10111100
Octal 327 237 274
Decimal 215 159 188
Hex D7 9F BC

RGB Percentages of Color #d79fbc

%38.26
%28.29
%33.45

CMYK Percentages of Color #d79fbc

%0
%26
%13
%16

Triadic Colors of #d79fbc

#d79fbc #bcd79f #9fbcd7

Analogous Colors of #d79fbc

#d79fbc #d79fa0 #d69fd7

Monochromatic Colors of #d79fbc

#d79fbc

Complementary Color

#d79fbc #9fd7ba

#d79fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79fbc Color CSS Codes

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

#d79fbc Text Font Color

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

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


#d79fbc Background Color

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

This div background color is #d79fbc


#d79fbc Border Color

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

This div border color is #d79fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79fbc


Comments

No comments written yet.

Please login to write comment.