Color Hex Logo

#d871bd Color Hex

#D871BD
(216,113,189)
0 Favorites   0 Comments

Color spaces of #d871bd

RGB 216113189
HSL0.880.570.65
HSV316°48°85°
CMYK 0.000.480.13   0.15
XYZ43.409330.083351.6628
Yxy30.08330.34680.2404
Hunter Lab54.848245.2883-17.4528
CIE-Lab61.726050.0249-21.9817

#d871bd color RGB value is (216,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 10111101
Octal 330 161 275
Decimal 216 113 189
Hex D8 71 BD

RGB Percentages of Color #d871bd

%41.70
%21.81
%36.49

CMYK Percentages of Color #d871bd

%0
%48
%13
%15

Triadic Colors of #d871bd

#d871bd #bdd871 #71bdd8

Analogous Colors of #d871bd

#d871bd #d8718a #c071d8

Monochromatic Colors of #d871bd

#d871bd

Complementary Color

#d871bd #71d88c

#d871bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d871bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d871bd Color CSS Codes

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

#d871bd Text Font Color

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

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


#d871bd Background Color

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

This div background color is #d871bd


#d871bd Border Color

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

This div border color is #d871bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d871bd


Comments

No comments written yet.

Please login to write comment.