Color Hex Logo

#df956b Color Hex

#DF956B
(223,149,107)
0 Favorites   0 Comments

Color spaces of #df956b

RGB 223149107
HSL0.060.640.65
HSV22°52°87°
CMYK 0.000.330.52   0.13
XYZ43.832738.244418.9816
Yxy38.24440.43370.3784
Hunter Lab61.842118.294525.0912
CIE-Lab68.200423.366133.4470

#df956b color RGB value is (223,149,107).

#df956b hex color red value is 223, green value is 149 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #df956b hue: 0.06 , saturation: 0.64 and the lightness value of df956b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 01101011
Octal 337 225 153
Decimal 223 149 107
Hex DF 95 6B

RGB Percentages of Color #df956b

%46.56
%31.11
%22.34

CMYK Percentages of Color #df956b

%0
%33
%52
%13

Triadic Colors of #df956b

#df956b #6bdf95 #956bdf

Analogous Colors of #df956b

#df956b #dfcf6b #df6b7b

Monochromatic Colors of #df956b

#df956b

Complementary Color

#df956b #6bb5df

#df956b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df956b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df956b Color CSS Codes

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

#df956b Text Font Color

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

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


#df956b Background Color

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

This div background color is #df956b


#df956b Border Color

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

This div border color is #df956b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df956b


Comments

No comments written yet.

Please login to write comment.