Color Hex Logo

#df7986 Color Hex

#DF7986
(223,121,134)
0 Favorites   0 Comments

Color spaces of #df7986

RGB 223121134
HSL0.980.610.67
HSV352°46°87°
CMYK 0.000.460.40   0.13
XYZ41.571931.084026.3630
Yxy31.08400.41980.3139
Hunter Lab55.753035.529610.9916
CIE-Lab62.578540.839310.8256

#df7986 color RGB value is (223,121,134).

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

The process color (four color CMYK) of #df7986 color hex is 0.00, 0.46, 0.40, 0.13. Web safe color of #df7986 is #cc6699. Color #df7986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111001 10000110
Octal 337 171 206
Decimal 223 121 134
Hex DF 79 86

RGB Percentages of Color #df7986

%46.65
%25.31
%28.03

CMYK Percentages of Color #df7986

%0
%46
%40
%13

Triadic Colors of #df7986

#df7986 #86df79 #7986df

Analogous Colors of #df7986

#df7986 #df9f79 #df79b9

Monochromatic Colors of #df7986

#df7986

Complementary Color

#df7986 #79dfd2

#df7986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7986 Color CSS Codes

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

#df7986 Text Font Color

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

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


#df7986 Background Color

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

This div background color is #df7986


#df7986 Border Color

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

This div border color is #df7986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7986


Comments

No comments written yet.

Please login to write comment.