Color Hex Logo

#df9fba Color Hex

#DF9FBA
(223,159,186)
0 Favorites   0 Comments

Color spaces of #df9fba

RGB 223159186
HSL0.930.500.75
HSV335°29°87°
CMYK 0.000.290.17   0.13
XYZ51.692544.029452.2284
Yxy44.02940.34940.2976
Hunter Lab66.354722.9368-0.2195
CIE-Lab72.248127.7512-4.4073

#df9fba color RGB value is (223,159,186).

#df9fba hex color red value is 223, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df9fba hue: 0.93 , saturation: 0.50 and the lightness value of df9fba is 0.75.

The process color (four color CMYK) of #df9fba color hex is 0.00, 0.29, 0.17, 0.13. Web safe color of #df9fba is #cc99cc. Color #df9fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 10111010
Octal 337 237 272
Decimal 223 159 186
Hex DF 9F BA

RGB Percentages of Color #df9fba

%39.26
%27.99
%32.75

CMYK Percentages of Color #df9fba

%0
%29
%17
%13

Triadic Colors of #df9fba

#df9fba #badf9f #9fbadf

Analogous Colors of #df9fba

#df9fba #dfa49f #df9fda

Monochromatic Colors of #df9fba

#df9fba

Complementary Color

#df9fba #9fdfc4

#df9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9fba Color CSS Codes

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

#df9fba Text Font Color

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

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


#df9fba Background Color

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

This div background color is #df9fba


#df9fba Border Color

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

This div border color is #df9fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,159,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df9fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9fba


Comments

No comments written yet.

Please login to write comment.