Color Hex Logo

#df90bd Color Hex

#DF90BD
(223,144,189)
0 Favorites   0 Comments

Color spaces of #df90bd

RGB 223144189
HSL0.910.550.72
HSV326°35°87°
CMYK 0.000.350.15   0.13
XYZ49.590039.308653.1178
Yxy39.30860.34920.2768
Hunter Lab62.696631.4660-6.3441
CIE-Lab68.974236.2528-10.9357

#df90bd color RGB value is (223,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10111101
Octal 337 220 275
Decimal 223 144 189
Hex DF 90 BD

RGB Percentages of Color #df90bd

%40.11
%25.90
%33.99

CMYK Percentages of Color #df90bd

%0
%35
%15
%13

Triadic Colors of #df90bd

#df90bd #bddf90 #90bddf

Analogous Colors of #df90bd

#df90bd #df9096 #da90df

Monochromatic Colors of #df90bd

#df90bd

Complementary Color

#df90bd #90dfb2

#df90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90bd Color CSS Codes

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

#df90bd Text Font Color

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

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


#df90bd Background Color

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

This div background color is #df90bd


#df90bd Border Color

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

This div border color is #df90bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90bd


Comments

No comments written yet.

Please login to write comment.