Color Hex Logo

#d79fba Color Hex

#D79FBA
(215,159,186)
0 Favorites   0 Comments

Color spaces of #d79fba

RGB 215159186
HSL0.920.410.73
HSV331°26°84°
CMYK 0.000.260.13   0.16
XYZ49.285442.788552.1158
Yxy42.78850.34180.2968
Hunter Lab65.412920.0183-1.4485
CIE-Lab71.411224.9228-5.7378

#d79fba color RGB value is (215,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 10111010
Octal 327 237 272
Decimal 215 159 186
Hex D7 9F BA

RGB Percentages of Color #d79fba

%38.39
%28.39
%33.21

CMYK Percentages of Color #d79fba

%0
%26
%13
%16

Triadic Colors of #d79fba

#d79fba #bad79f #9fbad7

Analogous Colors of #d79fba

#d79fba #d7a09f #d79fd6

Monochromatic Colors of #d79fba

#d79fba

Complementary Color

#d79fba #9fd7bc

#d79fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79fba Color CSS Codes

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

#d79fba Text Font Color

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

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


#d79fba Background Color

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

This div background color is #d79fba


#d79fba Border Color

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

This div border color is #d79fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79fba


Comments

No comments written yet.

Please login to write comment.