Color Hex Logo

#df82ad Color Hex

#DF82AD
(223,130,173)
0 Favorites   0 Comments

Color spaces of #df82ad

RGB 223130173
HSL0.920.590.69
HSV332°42°87°
CMYK 0.000.420.22   0.13
XYZ45.956934.670443.8050
Yxy34.67040.36930.2786
Hunter Lab58.881636.2760-2.8917
CIE-Lab65.491241.1854-7.1426

#df82ad color RGB value is (223,130,173).

#df82ad hex color red value is 223, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df82ad hue: 0.92 , saturation: 0.59 and the lightness value of df82ad is 0.69.

The process color (four color CMYK) of #df82ad color hex is 0.00, 0.42, 0.22, 0.13. Web safe color of #df82ad is #cc9999. Color #df82ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 10101101
Octal 337 202 255
Decimal 223 130 173
Hex DF 82 AD

RGB Percentages of Color #df82ad

%42.40
%24.71
%32.89

CMYK Percentages of Color #df82ad

%0
%42
%22
%13

Triadic Colors of #df82ad

#df82ad #addf82 #82addf

Analogous Colors of #df82ad

#df82ad #df8682 #df82dc

Monochromatic Colors of #df82ad

#df82ad

Complementary Color

#df82ad #82dfb4

#df82ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82ad Color CSS Codes

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

#df82ad Text Font Color

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

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


#df82ad Background Color

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

This div background color is #df82ad


#df82ad Border Color

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

This div border color is #df82ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82ad


Comments

No comments written yet.

Please login to write comment.