Color Hex Logo

#df946b Color Hex

#DF946B
(223,148,107)
0 Favorites   0 Comments

Color spaces of #df946b

RGB 223148107
HSL0.060.640.65
HSV21°52°87°
CMYK 0.000.340.52   0.13
XYZ43.675237.929318.9291
Yxy37.92930.43440.3773
Hunter Lab61.586818.809224.8876
CIE-Lab67.968523.902433.1503

#df946b color RGB value is (223,148,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 01101011
Octal 337 224 153
Decimal 223 148 107
Hex DF 94 6B

RGB Percentages of Color #df946b

%46.65
%30.96
%22.38

CMYK Percentages of Color #df946b

%0
%34
%52
%13

Triadic Colors of #df946b

#df946b #6bdf94 #946bdf

Analogous Colors of #df946b

#df946b #dfce6b #df6b7c

Monochromatic Colors of #df946b

#df946b

Complementary Color

#df946b #6bb6df

#df946b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df946b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df946b Color CSS Codes

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

#df946b Text Font Color

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

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


#df946b Background Color

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

This div background color is #df946b


#df946b Border Color

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

This div border color is #df946b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df946b


Comments

No comments written yet.

Please login to write comment.