Color Hex Logo

#df817f Color Hex

#DF817F
(223,129,127)
0 Favorites   0 Comments

Color spaces of #df817f

RGB 223129127
HSL0.000.600.69
HSV43°87°
CMYK 0.000.420.43   0.13
XYZ42.112432.920824.2135
Yxy32.92080.42430.3317
Hunter Lab57.376730.603415.1427
CIE-Lab64.096735.932916.9276

#df817f color RGB value is (223,129,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 01111111
Octal 337 201 177
Decimal 223 129 127
Hex DF 81 7F

RGB Percentages of Color #df817f

%46.56
%26.93
%26.51

CMYK Percentages of Color #df817f

%0
%42
%43
%13

Triadic Colors of #df817f

#df817f #7fdf81 #817fdf

Analogous Colors of #df817f

#df817f #dfb17f #df7fad

Monochromatic Colors of #df817f

#df817f

Complementary Color

#df817f #7fdddf

#df817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df817f Color CSS Codes

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

#df817f Text Font Color

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

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


#df817f Background Color

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

This div background color is #df817f


#df817f Border Color

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

This div border color is #df817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df817f


Comments

No comments written yet.

Please login to write comment.