Color Hex Logo

#df969b Color Hex

#DF969B
(223,150,155)
0 Favorites   0 Comments

Color spaces of #df969b

RGB 223150155
HSL0.990.530.73
HSV356°33°87°
CMYK 0.000.330.30   0.13
XYZ47.254239.867236.2149
Yxy39.86720.38310.3232
Hunter Lab63.140523.093210.1919
CIE-Lab69.374828.10428.6270

#df969b color RGB value is (223,150,155).

#df969b hex color red value is 223, green value is 150 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df969b hue: 0.99 , saturation: 0.53 and the lightness value of df969b is 0.73.

The process color (four color CMYK) of #df969b color hex is 0.00, 0.33, 0.30, 0.13. Web safe color of #df969b is #cc9999. Color #df969b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 10011011
Octal 337 226 233
Decimal 223 150 155
Hex DF 96 9B

RGB Percentages of Color #df969b

%42.23
%28.41
%29.36

CMYK Percentages of Color #df969b

%0
%33
%30
%13

Triadic Colors of #df969b

#df969b #9bdf96 #969bdf

Analogous Colors of #df969b

#df969b #dfb696 #df96c0

Monochromatic Colors of #df969b

#df969b

Complementary Color

#df969b #96dfda

#df969b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df969b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df969b Color CSS Codes

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

#df969b Text Font Color

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

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


#df969b Background Color

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

This div background color is #df969b


#df969b Border Color

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

This div border color is #df969b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df969b


Comments

No comments written yet.

Please login to write comment.