Color Hex Logo

#d873bf Color Hex

#D873BF
(216,115,191)
0 Favorites   0 Comments

Color spaces of #d873bf

RGB 216115191
HSL0.870.560.65
HSV315°47°85°
CMYK 0.000.470.12   0.15
XYZ43.853630.622052.8895
Yxy30.62200.34430.2404
Hunter Lab55.337144.6177-17.9315
CIE-Lab62.187249.3462-22.4115

#d873bf color RGB value is (216,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 10111111
Octal 330 163 277
Decimal 216 115 191
Hex D8 73 BF

RGB Percentages of Color #d873bf

%41.38
%22.03
%36.59

CMYK Percentages of Color #d873bf

%0
%47
%12
%15

Triadic Colors of #d873bf

#d873bf #bfd873 #73bfd8

Analogous Colors of #d873bf

#d873bf #d8738d #bf73d8

Monochromatic Colors of #d873bf

#d873bf

Complementary Color

#d873bf #73d88c

#d873bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d873bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d873bf Color CSS Codes

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

#d873bf Text Font Color

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

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


#d873bf Background Color

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

This div background color is #d873bf


#d873bf Border Color

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

This div border color is #d873bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d873bf


Comments

No comments written yet.

Please login to write comment.