Color Hex Logo

#df857a Color Hex

#DF857A
(223,133,122)
0 Favorites   0 Comments

Color spaces of #df857a

RGB 223133122
HSL0.020.610.68
HSV45°87°
CMYK 0.000.400.45   0.13
XYZ42.331833.868222.7184
Yxy33.86820.42790.3424
Hunter Lab58.196427.996417.5922
CIE-Lab64.857833.313220.7869

#df857a color RGB value is (223,133,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01111010
Octal 337 205 172
Decimal 223 133 122
Hex DF 85 7A

RGB Percentages of Color #df857a

%46.65
%27.82
%25.52

CMYK Percentages of Color #df857a

%0
%40
%45
%13

Triadic Colors of #df857a

#df857a #7adf85 #857adf

Analogous Colors of #df857a

#df857a #dfb87a #df7aa2

Monochromatic Colors of #df857a

#df857a

Complementary Color

#df857a #7ad4df

#df857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df857a Color CSS Codes

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

#df857a Text Font Color

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

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


#df857a Background Color

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

This div background color is #df857a


#df857a Border Color

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

This div border color is #df857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df857a


Comments

No comments written yet.

Please login to write comment.