Color Hex Logo

#d79abd Color Hex

#D79ABD
(215,154,189)
0 Favorites   0 Comments

Color spaces of #d79abd

RGB 215154189
HSL0.900.430.72
HSV326°28°84°
CMYK 0.000.280.12   0.16
XYZ48.765241.232453.5326
Yxy41.23240.33980.2873
Hunter Lab64.212523.1874-4.4801
CIE-Lab70.338428.1285-8.9924

#d79abd color RGB value is (215,154,189).

#d79abd hex color red value is 215, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d79abd hue: 0.90 , saturation: 0.43 and the lightness value of d79abd is 0.72.

The process color (four color CMYK) of #d79abd color hex is 0.00, 0.28, 0.12, 0.16. Web safe color of #d79abd is #cc99cc. Color #d79abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 10111101
Octal 327 232 275
Decimal 215 154 189
Hex D7 9A BD

RGB Percentages of Color #d79abd

%38.53
%27.60
%33.87

CMYK Percentages of Color #d79abd

%0
%28
%12
%16

Triadic Colors of #d79abd

#d79abd #bdd79a #9abdd7

Analogous Colors of #d79abd

#d79abd #d79a9f #d39ad7

Monochromatic Colors of #d79abd

#d79abd

Complementary Color

#d79abd #9ad7b4

#d79abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79abd Color CSS Codes

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

#d79abd Text Font Color

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

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


#d79abd Background Color

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

This div background color is #d79abd


#d79abd Border Color

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

This div border color is #d79abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79abd

#d79abd Color Palettes


Comments

No comments written yet.

Please login to write comment.