Color Hex Logo

#d894bd Color Hex

#D894BD
(216,148,189)
0 Favorites   0 Comments

Color spaces of #d894bd

RGB 216148189
HSL0.900.470.71
HSV324°31°85°
CMYK 0.000.310.13   0.15
XYZ48.094139.452953.2244
Yxy39.45290.34160.2803
Hunter Lab62.811526.7553-6.2723
CIE-Lab69.078131.7164-10.8619

#d894bd color RGB value is (216,148,189).

#d894bd hex color red value is 216, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d894bd hue: 0.90 , saturation: 0.47 and the lightness value of d894bd is 0.71.

The process color (four color CMYK) of #d894bd color hex is 0.00, 0.31, 0.13, 0.15. Web safe color of #d894bd is #cc99cc. Color #d894bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010100 10111101
Octal 330 224 275
Decimal 216 148 189
Hex D8 94 BD

RGB Percentages of Color #d894bd

%39.06
%26.76
%34.18

CMYK Percentages of Color #d894bd

%0
%31
%13
%15

Triadic Colors of #d894bd

#d894bd #bdd894 #94bdd8

Analogous Colors of #d894bd

#d894bd #d8949b #d194d8

Monochromatic Colors of #d894bd

#d894bd

Complementary Color

#d894bd #94d8af

#d894bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d894bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d894bd Color CSS Codes

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

#d894bd Text Font Color

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

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


#d894bd Background Color

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

This div background color is #d894bd


#d894bd Border Color

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

This div border color is #d894bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d894bd


Comments

No comments written yet.

Please login to write comment.