Color Hex Logo

#df9cba Color Hex

#DF9CBA
(223,156,186)
0 Favorites   0 Comments

Color spaces of #df9cba

RGB 223156186
HSL0.930.510.74
HSV333°30°87°
CMYK 0.000.300.17   0.13
XYZ51.182843.010152.0585
Yxy43.01010.35000.2941
Hunter Lab65.582124.5397-1.1564
CIE-Lab71.561829.3636-5.4207

#df9cba color RGB value is (223,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 10111010
Octal 337 234 272
Decimal 223 156 186
Hex DF 9C BA

RGB Percentages of Color #df9cba

%39.47
%27.61
%32.92

CMYK Percentages of Color #df9cba

%0
%30
%17
%13

Triadic Colors of #df9cba

#df9cba #badf9c #9cbadf

Analogous Colors of #df9cba

#df9cba #dfa09c #df9cdc

Monochromatic Colors of #df9cba

#df9cba

Complementary Color

#df9cba #9cdfc1

#df9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cba Color CSS Codes

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

#df9cba Text Font Color

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

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


#df9cba Background Color

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

This div background color is #df9cba


#df9cba Border Color

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

This div border color is #df9cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cba


Comments

No comments written yet.

Please login to write comment.