Color Hex Logo

#df877d Color Hex

#DF877D
(223,135,125)
0 Favorites   0 Comments

Color spaces of #df877d

RGB 223135125
HSL0.020.600.68
HSV44°87°
CMYK 0.000.390.44   0.13
XYZ42.797134.496623.8049
Yxy34.49660.42330.3412
Hunter Lab58.733827.282017.0833
CIE-Lab65.354832.564819.7822

#df877d color RGB value is (223,135,125).

#df877d hex color red value is 223, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #df877d hue: 0.02 , saturation: 0.60 and the lightness value of df877d is 0.68.

The process color (four color CMYK) of #df877d color hex is 0.00, 0.39, 0.44, 0.13. Web safe color of #df877d is #cc9966. Color #df877d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 01111101
Octal 337 207 175
Decimal 223 135 125
Hex DF 87 7D

RGB Percentages of Color #df877d

%46.17
%27.95
%25.88

CMYK Percentages of Color #df877d

%0
%39
%44
%13

Triadic Colors of #df877d

#df877d #7ddf87 #877ddf

Analogous Colors of #df877d

#df877d #dfb87d #df7da4

Monochromatic Colors of #df877d

#df877d

Complementary Color

#df877d #7dd5df

#df877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df877d Color CSS Codes

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

#df877d Text Font Color

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

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


#df877d Background Color

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

This div background color is #df877d


#df877d Border Color

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

This div border color is #df877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df877d


Comments

No comments written yet.

Please login to write comment.