Color Hex Logo

#df98ac Color Hex

#DF98AC
(223,152,172)
0 Favorites   0 Comments

Color spaces of #df98ac

RGB 223152172
HSL0.950.530.74
HSV343°32°87°
CMYK 0.000.320.23   0.13
XYZ49.106141.123044.3791
Yxy41.12300.36480.3055
Hunter Lab64.127224.46563.8575
CIE-Lab70.262029.38850.4407

#df98ac color RGB value is (223,152,172).

#df98ac hex color red value is 223, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df98ac hue: 0.95 , saturation: 0.53 and the lightness value of df98ac is 0.74.

The process color (four color CMYK) of #df98ac color hex is 0.00, 0.32, 0.23, 0.13. Web safe color of #df98ac is #cc9999. Color #df98ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 10101100
Octal 337 230 254
Decimal 223 152 172
Hex DF 98 AC

RGB Percentages of Color #df98ac

%40.77
%27.79
%31.44

CMYK Percentages of Color #df98ac

%0
%32
%23
%13

Triadic Colors of #df98ac

#df98ac #acdf98 #98acdf

Analogous Colors of #df98ac

#df98ac #dfa898 #df98d0

Monochromatic Colors of #df98ac

#df98ac

Complementary Color

#df98ac #98dfcb

#df98ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df98ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df98ac Color CSS Codes

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

#df98ac Text Font Color

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

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


#df98ac Background Color

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

This div background color is #df98ac


#df98ac Border Color

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

This div border color is #df98ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df98ac


Comments

No comments written yet.

Please login to write comment.