Color Hex Logo

#df8068 Color Hex

#DF8068
(223,128,104)
0 Favorites   0 Comments

Color spaces of #df8068

RGB 223128104
HSL0.030.650.64
HSV12°53°87°
CMYK 0.000.430.53   0.13
XYZ40.649332.125817.1551
Yxy32.12580.45200.3572
Hunter Lab56.679628.826721.7306
CIE-Lab63.446734.268228.9562

#df8068 color RGB value is (223,128,104).

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

The process color (four color CMYK) of #df8068 color hex is 0.00, 0.43, 0.53, 0.13. Web safe color of #df8068 is #cc9966. Color #df8068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 01101000
Octal 337 200 150
Decimal 223 128 104
Hex DF 80 68

RGB Percentages of Color #df8068

%49.01
%28.13
%22.86

CMYK Percentages of Color #df8068

%0
%43
%53
%13

Triadic Colors of #df8068

#df8068 #68df80 #8068df

Analogous Colors of #df8068

#df8068 #dfbc68 #df688c

Monochromatic Colors of #df8068

#df8068

Complementary Color

#df8068 #68c7df

#df8068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8068 Color CSS Codes

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

#df8068 Text Font Color

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

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


#df8068 Background Color

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

This div background color is #df8068


#df8068 Border Color

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

This div border color is #df8068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8068


Comments

No comments written yet.

Please login to write comment.