Color Hex Logo

#df867f Color Hex

#DF867F
(223,134,127)
0 Favorites   0 Comments

Color spaces of #df867f

RGB 223134127
HSL0.010.600.69
HSV43°87°
CMYK 0.000.400.43   0.13
XYZ42.787334.270524.4384
Yxy34.27050.42160.3377
Hunter Lab58.541028.017916.2276
CIE-Lab65.176733.303318.4157

#df867f color RGB value is (223,134,127).

#df867f hex color red value is 223, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df867f hue: 0.01 , saturation: 0.60 and the lightness value of df867f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 01111111
Octal 337 206 177
Decimal 223 134 127
Hex DF 86 7F

RGB Percentages of Color #df867f

%46.07
%27.69
%26.24

CMYK Percentages of Color #df867f

%0
%40
%43
%13

Triadic Colors of #df867f

#df867f #7fdf86 #867fdf

Analogous Colors of #df867f

#df867f #dfb67f #df7fa8

Monochromatic Colors of #df867f

#df867f

Complementary Color

#df867f #7fd8df

#df867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df867f Color CSS Codes

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

#df867f Text Font Color

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

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


#df867f Background Color

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

This div background color is #df867f


#df867f Border Color

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

This div border color is #df867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df867f


Comments

No comments written yet.

Please login to write comment.