Color Hex Logo

#d979bd Color Hex

#D979BD
(217,121,189)
0 Favorites   0 Comments

Color spaces of #d979bd

RGB 217121189
HSL0.880.560.66
HSV318°44°85°
CMYK 0.000.440.13   0.15
XYZ44.638032.100651.9875
Yxy32.10060.34680.2494
Hunter Lab56.657441.4823-14.7429
CIE-Lab63.425946.2969-19.3769

#d979bd color RGB value is (217,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 10111101
Octal 331 171 275
Decimal 217 121 189
Hex D9 79 BD

RGB Percentages of Color #d979bd

%41.18
%22.96
%35.86

CMYK Percentages of Color #d979bd

%0
%44
%13
%15

Triadic Colors of #d979bd

#d979bd #bdd979 #79bdd9

Analogous Colors of #d979bd

#d979bd #d9798d #c579d9

Monochromatic Colors of #d979bd

#d979bd

Complementary Color

#d979bd #79d995

#d979bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979bd Color CSS Codes

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

#d979bd Text Font Color

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

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


#d979bd Background Color

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

This div background color is #d979bd


#d979bd Border Color

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

This div border color is #d979bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979bd


Comments

No comments written yet.

Please login to write comment.