Color Hex Logo

#df765a Color Hex

#DF765A
(223,118,90)
0 Favorites   0 Comments

Color spaces of #df765a

RGB 22311890
HSL0.040.680.61
HSV13°60°87°
CMYK 0.000.470.60   0.13
XYZ38.755329.383013.3017
Yxy29.38300.47590.3608
Hunter Lab54.206132.760123.3950
CIE-Lab61.118238.361033.7241

#df765a color RGB value is (223,118,90).

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

The process color (four color CMYK) of #df765a color hex is 0.00, 0.47, 0.60, 0.13. Web safe color of #df765a is #cc6666. Color #df765a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 01011010
Octal 337 166 132
Decimal 223 118 90
Hex DF 76 5A

RGB Percentages of Color #df765a

%51.74
%27.38
%20.88

CMYK Percentages of Color #df765a

%0
%47
%60
%13

Triadic Colors of #df765a

#df765a #5adf76 #765adf

Analogous Colors of #df765a

#df765a #dfb95a #df5a81

Monochromatic Colors of #df765a

#df765a

Complementary Color

#df765a #5ac3df

#df765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df765a Color CSS Codes

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

#df765a Text Font Color

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

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


#df765a Background Color

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

This div background color is #df765a


#df765a Border Color

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

This div border color is #df765a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df765a


Comments

No comments written yet.

Please login to write comment.