Color Hex Logo

#df967b Color Hex

#DF967B
(223,150,123)
0 Favorites   0 Comments

Color spaces of #df967b

RGB 223150123
HSL0.050.610.68
HSV16°45°87°
CMYK 0.000.330.45   0.13
XYZ44.912938.930723.8861
Yxy38.93070.41690.3614
Hunter Lab62.394519.297920.9785
CIE-Lab68.701024.355625.4147

#df967b color RGB value is (223,150,123).

#df967b hex color red value is 223, green value is 150 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #df967b hue: 0.05 , saturation: 0.61 and the lightness value of df967b is 0.68.

The process color (four color CMYK) of #df967b color hex is 0.00, 0.33, 0.45, 0.13. Web safe color of #df967b is #cc9966. Color #df967b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 01111011
Octal 337 226 173
Decimal 223 150 123
Hex DF 96 7B

RGB Percentages of Color #df967b

%44.96
%30.24
%24.80

CMYK Percentages of Color #df967b

%0
%33
%45
%13

Triadic Colors of #df967b

#df967b #7bdf96 #967bdf

Analogous Colors of #df967b

#df967b #dfc87b #df7b92

Monochromatic Colors of #df967b

#df967b

Complementary Color

#df967b #7bc4df

#df967b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df967b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df967b Color CSS Codes

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

#df967b Text Font Color

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

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


#df967b Background Color

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

This div background color is #df967b


#df967b Border Color

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

This div border color is #df967b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df967b


Comments

No comments written yet.

Please login to write comment.