Color Hex Logo

#d972bd Color Hex

#D972BD
(217,114,189)
0 Favorites   0 Comments

Color spaces of #d972bd

RGB 217114189
HSL0.880.580.65
HSV316°47°85°
CMYK 0.000.470.13   0.15
XYZ43.817930.460551.7141
Yxy30.46050.34780.2418
Hunter Lab55.191045.1325-16.9211
CIE-Lab62.049549.8348-21.4756

#d972bd color RGB value is (217,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 10111101
Octal 331 162 275
Decimal 217 114 189
Hex D9 72 BD

RGB Percentages of Color #d972bd

%41.73
%21.92
%36.35

CMYK Percentages of Color #d972bd

%0
%47
%13
%15

Triadic Colors of #d972bd

#d972bd #bdd972 #72bdd9

Analogous Colors of #d972bd

#d972bd #d9728a #c272d9

Monochromatic Colors of #d972bd

#d972bd

Complementary Color

#d972bd #72d98e

#d972bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d972bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d972bd Color CSS Codes

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

#d972bd Text Font Color

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

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


#d972bd Background Color

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

This div background color is #d972bd


#d972bd Border Color

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

This div border color is #d972bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d972bd


Comments

No comments written yet.

Please login to write comment.