Color Hex Logo

#df529f Color Hex

#DF529F
(223,82,159)
0 Favorites   0 Comments

Color spaces of #df529f

RGB 22382159
HSL0.910.690.60
HSV327°63°87°
CMYK 0.000.630.29   0.13
XYZ39.706724.225835.3842
Yxy24.22580.39980.2439
Hunter Lab49.219757.8657-8.1700
CIE-Lab56.313262.0817-12.8254

#df529f color RGB value is (223,82,159).

#df529f hex color red value is 223, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df529f hue: 0.91 , saturation: 0.69 and the lightness value of df529f is 0.60.

The process color (four color CMYK) of #df529f color hex is 0.00, 0.63, 0.29, 0.13. Web safe color of #df529f is #cc6699. Color #df529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 10011111
Octal 337 122 237
Decimal 223 82 159
Hex DF 52 9F

RGB Percentages of Color #df529f

%48.06
%17.67
%34.27

CMYK Percentages of Color #df529f

%0
%63
%29
%13

Triadic Colors of #df529f

#df529f #9fdf52 #529fdf

Analogous Colors of #df529f

#df529f #df5258 #d952df

Monochromatic Colors of #df529f

#df529f

Complementary Color

#df529f #52df92

#df529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df529f Color CSS Codes

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

#df529f Text Font Color

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

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


#df529f Background Color

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

This div background color is #df529f


#df529f Border Color

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

This div border color is #df529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df529f


Comments

No comments written yet.

Please login to write comment.