Color Hex Logo

#d874bd Color Hex

#D874BD
(216,116,189)
0 Favorites   0 Comments

Color spaces of #d874bd

RGB 216116189
HSL0.880.560.65
HSV316°46°85°
CMYK 0.000.460.13   0.15
XYZ43.749630.763851.7763
Yxy30.76380.34640.2436
Hunter Lab55.465143.7327-16.5212
CIE-Lab62.307748.5211-21.0929

#d874bd color RGB value is (216,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10111101
Octal 330 164 275
Decimal 216 116 189
Hex D8 74 BD

RGB Percentages of Color #d874bd

%41.46
%22.26
%36.28

CMYK Percentages of Color #d874bd

%0
%46
%13
%15

Triadic Colors of #d874bd

#d874bd #bdd874 #74bdd8

Analogous Colors of #d874bd

#d874bd #d8748b #c174d8

Monochromatic Colors of #d874bd

#d874bd

Complementary Color

#d874bd #74d88f

#d874bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874bd Color CSS Codes

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

#d874bd Text Font Color

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

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


#d874bd Background Color

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

This div background color is #d874bd


#d874bd Border Color

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

This div border color is #d874bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874bd


Comments

No comments written yet.

Please login to write comment.