Color Hex Logo

#df867a Color Hex

#DF867A
(223,134,122)
0 Favorites   0 Comments

Color spaces of #df867a

RGB 223134122
HSL0.020.610.68
HSV45°87°
CMYK 0.000.400.45   0.13
XYZ42.469434.143322.7643
Yxy34.14330.42740.3436
Hunter Lab58.432327.479917.8041
CIE-Lab65.076232.785321.0836

#df867a color RGB value is (223,134,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 01111010
Octal 337 206 172
Decimal 223 134 122
Hex DF 86 7A

RGB Percentages of Color #df867a

%46.56
%27.97
%25.47

CMYK Percentages of Color #df867a

%0
%40
%45
%13

Triadic Colors of #df867a

#df867a #7adf86 #867adf

Analogous Colors of #df867a

#df867a #dfb97a #df7aa1

Monochromatic Colors of #df867a

#df867a

Complementary Color

#df867a #7ad3df

#df867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df867a Color CSS Codes

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

#df867a Text Font Color

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

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


#df867a Background Color

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

This div background color is #df867a


#df867a Border Color

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

This div border color is #df867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df867a


Comments

No comments written yet.

Please login to write comment.