Color Hex Logo

#d879bd Color Hex

#D879BD
(216,121,189)
0 Favorites   0 Comments

Color spaces of #d879bd

RGB 216121189
HSL0.880.550.66
HSV317°44°85°
CMYK 0.000.440.13   0.15
XYZ44.341631.947851.9736
Yxy31.94780.34570.2491
Hunter Lab56.522441.1184-14.9528
CIE-Lab63.299745.9788-19.5806

#d879bd color RGB value is (216,121,189).

#d879bd hex color red value is 216, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d879bd hue: 0.88 , saturation: 0.55 and the lightness value of d879bd is 0.66.

The process color (four color CMYK) of #d879bd color hex is 0.00, 0.44, 0.13, 0.15. Web safe color of #d879bd is #cc66cc. Color #d879bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111001 10111101
Octal 330 171 275
Decimal 216 121 189
Hex D8 79 BD

RGB Percentages of Color #d879bd

%41.06
%23.00
%35.93

CMYK Percentages of Color #d879bd

%0
%44
%13
%15

Triadic Colors of #d879bd

#d879bd #bdd879 #79bdd8

Analogous Colors of #d879bd

#d879bd #d8798e #c479d8

Monochromatic Colors of #d879bd

#d879bd

Complementary Color

#d879bd #79d894

#d879bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d879bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d879bd Color CSS Codes

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

#d879bd Text Font Color

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

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


#d879bd Background Color

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

This div background color is #d879bd


#d879bd Border Color

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

This div border color is #d879bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d879bd


Comments

No comments written yet.

Please login to write comment.