Color Hex Logo

#d992bd Color Hex

#D992BD
(217,146,189)
0 Favorites   0 Comments

Color spaces of #d992bd

RGB 217146189
HSL0.900.480.71
HSV324°33°85°
CMYK 0.000.330.13   0.15
XYZ48.079538.983653.1346
Yxy38.98360.34290.2781
Hunter Lab62.436828.1895-6.7508
CIE-Lab68.739433.1359-11.3572

#d992bd color RGB value is (217,146,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010010 10111101
Octal 331 222 275
Decimal 217 146 189
Hex D9 92 BD

RGB Percentages of Color #d992bd

%39.31
%26.45
%34.24

CMYK Percentages of Color #d992bd

%0
%33
%13
%15

Triadic Colors of #d992bd

#d992bd #bdd992 #92bdd9

Analogous Colors of #d992bd

#d992bd #d9929a #d292d9

Monochromatic Colors of #d992bd

#d992bd

Complementary Color

#d992bd #92d9ae

#d992bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d992bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d992bd Color CSS Codes

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

#d992bd Text Font Color

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

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


#d992bd Background Color

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

This div background color is #d992bd


#d992bd Border Color

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

This div border color is #d992bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d992bd


Comments

No comments written yet.

Please login to write comment.