Color Hex Logo

#df35ac Color Hex

#DF35AC
(223,53,172)
0 Favorites   0 Comments

Color spaces of #df35ac

RGB 22353172
HSL0.880.730.54
HSV318°76°87°
CMYK 0.000.760.23   0.13
XYZ39.150921.212741.0607
Yxy21.21270.38600.2091
Hunter Lab46.057271.1335-20.6178
CIE-Lab53.181573.8280-25.2163

#df35ac color RGB value is (223,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 10101100
Octal 337 65 254
Decimal 223 53 172
Hex DF 35 AC

RGB Percentages of Color #df35ac

%49.78
%11.83
%38.39

CMYK Percentages of Color #df35ac

%0
%76
%23
%13

Triadic Colors of #df35ac

#df35ac #acdf35 #35acdf

Analogous Colors of #df35ac

#df35ac #df3557 #bd35df

Monochromatic Colors of #df35ac

#df35ac

Complementary Color

#df35ac #35df68

#df35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35ac Color CSS Codes

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

#df35ac Text Font Color

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

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


#df35ac Background Color

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

This div background color is #df35ac


#df35ac Border Color

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

This div border color is #df35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35ac


Comments

No comments written yet.

Please login to write comment.