Color Hex Logo

#df929e Color Hex

#DF929E
(223,146,158)
0 Favorites   0 Comments

Color spaces of #df929e

RGB 223146158
HSL0.970.550.72
HSV351°35°87°
CMYK 0.000.350.29   0.13
XYZ46.881938.714437.3494
Yxy38.71440.38130.3149
Hunter Lab62.220925.60877.9646
CIE-Lab68.543930.64305.7621

#df929e color RGB value is (223,146,158).

#df929e hex color red value is 223, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df929e hue: 0.97 , saturation: 0.55 and the lightness value of df929e is 0.72.

The process color (four color CMYK) of #df929e color hex is 0.00, 0.35, 0.29, 0.13. Web safe color of #df929e is #cc9999. Color #df929e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 10011110
Octal 337 222 236
Decimal 223 146 158
Hex DF 92 9E

RGB Percentages of Color #df929e

%42.31
%27.70
%29.98

CMYK Percentages of Color #df929e

%0
%35
%29
%13

Triadic Colors of #df929e

#df929e #9edf92 #929edf

Analogous Colors of #df929e

#df929e #dfad92 #df92c5

Monochromatic Colors of #df929e

#df929e

Complementary Color

#df929e #92dfd3

#df929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df929e Color CSS Codes

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

#df929e Text Font Color

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

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


#df929e Background Color

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

This div background color is #df929e


#df929e Border Color

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

This div border color is #df929e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df929e


Comments

No comments written yet.

Please login to write comment.