Color Hex Logo

#df34ac Color Hex

#DF34AC
(223,52,172)
0 Favorites   0 Comments

Color spaces of #df34ac

RGB 22352172
HSL0.880.730.54
HSV318°77°87°
CMYK 0.000.770.23   0.13
XYZ39.105821.122541.0457
Yxy21.12250.38610.2086
Hunter Lab45.959271.4535-20.7798
CIE-Lab53.083374.1084-25.3680

#df34ac color RGB value is (223,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 10101100
Octal 337 64 254
Decimal 223 52 172
Hex DF 34 AC

RGB Percentages of Color #df34ac

%49.89
%11.63
%38.48

CMYK Percentages of Color #df34ac

%0
%77
%23
%13

Triadic Colors of #df34ac

#df34ac #acdf34 #34acdf

Analogous Colors of #df34ac

#df34ac #df3457 #bd34df

Monochromatic Colors of #df34ac

#df34ac

Complementary Color

#df34ac #34df67

#df34ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df34ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df34ac Color CSS Codes

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

#df34ac Text Font Color

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

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


#df34ac Background Color

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

This div background color is #df34ac


#df34ac Border Color

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

This div border color is #df34ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df34ac


Comments

No comments written yet.

Please login to write comment.