Color Hex Logo

#df7b50 Color Hex

#DF7B50
(223,123,80)
0 Favorites   0 Comments

Color spaces of #df7b50

RGB 22312380
HSL0.050.690.59
HSV18°64°87°
CMYK 0.000.450.64   0.13
XYZ38.962430.433111.4100
Yxy30.43310.48220.3766
Hunter Lab55.166229.528926.3534
CIE-Lab62.026135.106640.2365

#df7b50 color RGB value is (223,123,80).

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

The process color (four color CMYK) of #df7b50 color hex is 0.00, 0.45, 0.64, 0.13. Web safe color of #df7b50 is #cc6666. Color #df7b50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111011 01010000
Octal 337 173 120
Decimal 223 123 80
Hex DF 7B 50

RGB Percentages of Color #df7b50

%52.35
%28.87
%18.78

CMYK Percentages of Color #df7b50

%0
%45
%64
%13

Triadic Colors of #df7b50

#df7b50 #50df7b #7b50df

Analogous Colors of #df7b50

#df7b50 #dfc350 #df506d

Monochromatic Colors of #df7b50

#df7b50

Complementary Color

#df7b50 #50b4df

#df7b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7b50 Color CSS Codes

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

#df7b50 Text Font Color

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

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


#df7b50 Background Color

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

This div background color is #df7b50


#df7b50 Border Color

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

This div border color is #df7b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7b50


Comments

No comments written yet.

Please login to write comment.