Color Hex Logo

#df868f Color Hex

#DF868F
(223,134,143)
0 Favorites   0 Comments

Color spaces of #df868f

RGB 223134143
HSL0.980.580.70
HSV354°40°87°
CMYK 0.000.400.36   0.13
XYZ43.914434.721330.3739
Yxy34.72130.40280.3185
Hunter Lab58.924829.910910.6852
CIE-Lab65.531135.11149.8906

#df868f color RGB value is (223,134,143).

#df868f hex color red value is 223, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df868f hue: 0.98 , saturation: 0.58 and the lightness value of df868f is 0.70.

The process color (four color CMYK) of #df868f color hex is 0.00, 0.40, 0.36, 0.13. Web safe color of #df868f is #cc9999. Color #df868f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 10001111
Octal 337 206 217
Decimal 223 134 143
Hex DF 86 8F

RGB Percentages of Color #df868f

%44.60
%26.80
%28.60

CMYK Percentages of Color #df868f

%0
%40
%36
%13

Triadic Colors of #df868f

#df868f #8fdf86 #868fdf

Analogous Colors of #df868f

#df868f #dfaa86 #df86bc

Monochromatic Colors of #df868f

#df868f

Complementary Color

#df868f #86dfd6

#df868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df868f Color CSS Codes

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

#df868f Text Font Color

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

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


#df868f Background Color

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

This div background color is #df868f


#df868f Border Color

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

This div border color is #df868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df868f


Comments

No comments written yet.

Please login to write comment.