Color Hex Logo

#df31ac Color Hex

#DF31AC
(223,49,172)
0 Favorites   0 Comments

Color spaces of #df31ac

RGB 22349172
HSL0.880.730.53
HSV318°78°87°
CMYK 0.000.780.23   0.13
XYZ38.976120.863241.0024
Yxy20.86320.38650.2069
Hunter Lab45.676372.3828-21.2497
CIE-Lab52.799474.9203-25.8066

#df31ac color RGB value is (223,49,172).

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

The process color (four color CMYK) of #df31ac color hex is 0.00, 0.78, 0.23, 0.13. Web safe color of #df31ac is #cc3399. Color #df31ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 10101100
Octal 337 61 254
Decimal 223 49 172
Hex DF 31 AC

RGB Percentages of Color #df31ac

%50.23
%11.04
%38.74

CMYK Percentages of Color #df31ac

%0
%78
%23
%13

Triadic Colors of #df31ac

#df31ac #acdf31 #31acdf

Analogous Colors of #df31ac

#df31ac #df3155 #bb31df

Monochromatic Colors of #df31ac

#df31ac

Complementary Color

#df31ac #31df64

#df31ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df31ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df31ac Color CSS Codes

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

#df31ac Text Font Color

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

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


#df31ac Background Color

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

This div background color is #df31ac


#df31ac Border Color

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

This div border color is #df31ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df31ac


Comments

No comments written yet.

Please login to write comment.