Color Hex Logo

#d994bd Color Hex

#D994BD
(217,148,189)
0 Favorites   0 Comments

Color spaces of #d994bd

RGB 217148189
HSL0.900.480.72
HSV324°32°85°
CMYK 0.000.320.13   0.15
XYZ48.390539.605653.2383
Yxy39.60560.34260.2804
Hunter Lab62.933027.1197-6.1034
CIE-Lab69.187732.0607-10.6866

#d994bd color RGB value is (217,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 10111101
Octal 331 224 275
Decimal 217 148 189
Hex D9 94 BD

RGB Percentages of Color #d994bd

%39.17
%26.71
%34.12

CMYK Percentages of Color #d994bd

%0
%32
%13
%15

Triadic Colors of #d994bd

#d994bd #bdd994 #94bdd9

Analogous Colors of #d994bd

#d994bd #d9949b #d394d9

Monochromatic Colors of #d994bd

#d994bd

Complementary Color

#d994bd #94d9b0

#d994bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994bd Color CSS Codes

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

#d994bd Text Font Color

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

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


#d994bd Background Color

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

This div background color is #d994bd


#d994bd Border Color

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

This div border color is #d994bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994bd


Comments

No comments written yet.

Please login to write comment.