Color Hex Logo

#df528d Color Hex

#DF528D
(223,82,141)
0 Favorites   0 Comments

Color spaces of #df528d

RGB 22382141
HSL0.930.690.60
HSV335°63°87°
CMYK 0.000.630.37   0.13
XYZ38.256423.645627.7470
Yxy23.64560.42670.2638
Hunter Lab48.626755.33550.2071
CIE-Lab55.731259.9828-3.1244

#df528d color RGB value is (223,82,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 10001101
Octal 337 122 215
Decimal 223 82 141
Hex DF 52 8D

RGB Percentages of Color #df528d

%50.00
%18.39
%31.61

CMYK Percentages of Color #df528d

%0
%63
%37
%13

Triadic Colors of #df528d

#df528d #8ddf52 #528ddf

Analogous Colors of #df528d

#df528d #df5d52 #df52d4

Monochromatic Colors of #df528d

#df528d

Complementary Color

#df528d #52dfa4

#df528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df528d Color CSS Codes

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

#df528d Text Font Color

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

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


#df528d Background Color

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

This div background color is #df528d


#df528d Border Color

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

This div border color is #df528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df528d


Comments

No comments written yet.

Please login to write comment.