Color Hex Logo

#df767d Color Hex

#DF767D
(223,118,125)
0 Favorites   0 Comments

Color spaces of #df767d

RGB 223118125
HSL0.990.620.67
HSV356°47°87°
CMYK 0.000.470.44   0.13
XYZ40.611530.125523.0764
Yxy30.12550.43290.3211
Hunter Lab54.886736.023113.4930
CIE-Lab61.762441.411614.8301

#df767d color RGB value is (223,118,125).

#df767d hex color red value is 223, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #df767d hue: 0.99 , saturation: 0.62 and the lightness value of df767d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 01111101
Octal 337 166 175
Decimal 223 118 125
Hex DF 76 7D

RGB Percentages of Color #df767d

%47.85
%25.32
%26.82

CMYK Percentages of Color #df767d

%0
%47
%44
%13

Triadic Colors of #df767d

#df767d #7ddf76 #767ddf

Analogous Colors of #df767d

#df767d #dfa476 #df76b2

Monochromatic Colors of #df767d

#df767d

Complementary Color

#df767d #76dfd8

#df767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df767d Color CSS Codes

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

#df767d Text Font Color

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

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


#df767d Background Color

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

This div background color is #df767d


#df767d Border Color

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

This div border color is #df767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df767d


Comments

No comments written yet.

Please login to write comment.