Color Hex Logo

#d871bf Color Hex

#D871BF
(216,113,191)
0 Favorites   0 Comments

Color spaces of #d871bf

RGB 216113191
HSL0.870.570.65
HSV315°48°85°
CMYK 0.000.480.12   0.15
XYZ43.628030.170852.8143
Yxy30.17080.34460.2383
Hunter Lab54.928045.6545-18.5589
CIE-Lab61.801350.3460-23.0024

#d871bf color RGB value is (216,113,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 10111111
Octal 330 161 277
Decimal 216 113 191
Hex D8 71 BF

RGB Percentages of Color #d871bf

%41.54
%21.73
%36.73

CMYK Percentages of Color #d871bf

%0
%48
%12
%15

Triadic Colors of #d871bf

#d871bf #bfd871 #71bfd8

Analogous Colors of #d871bf

#d871bf #d8718c #be71d8

Monochromatic Colors of #d871bf

#d871bf

Complementary Color

#d871bf #71d88a

#d871bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d871bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d871bf Color CSS Codes

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

#d871bf Text Font Color

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

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


#d871bf Background Color

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

This div background color is #d871bf


#d871bf Border Color

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

This div border color is #d871bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,113,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d871bf


Comments

No comments written yet.

Please login to write comment.