Color Hex Logo

#df92bd Color Hex

#DF92BD
(223,146,189)
0 Favorites   0 Comments

Color spaces of #df92bd

RGB 223146189
HSL0.910.550.72
HSV326°35°87°
CMYK 0.000.350.15   0.13
XYZ49.895639.919953.2196
Yxy39.91990.34880.2791
Hunter Lab63.182230.3944-5.7136
CIE-Lab69.412435.1891-10.2807

#df92bd color RGB value is (223,146,189).

#df92bd hex color red value is 223, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df92bd hue: 0.91 , saturation: 0.55 and the lightness value of df92bd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 10111101
Octal 337 222 275
Decimal 223 146 189
Hex DF 92 BD

RGB Percentages of Color #df92bd

%39.96
%26.16
%33.87

CMYK Percentages of Color #df92bd

%0
%35
%15
%13

Triadic Colors of #df92bd

#df92bd #bddf92 #92bddf

Analogous Colors of #df92bd

#df92bd #df9297 #db92df

Monochromatic Colors of #df92bd

#df92bd

Complementary Color

#df92bd #92dfb4

#df92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df92bd Color CSS Codes

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

#df92bd Text Font Color

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

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


#df92bd Background Color

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

This div background color is #df92bd


#df92bd Border Color

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

This div border color is #df92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df92bd


Comments

No comments written yet.

Please login to write comment.