Color Hex Logo

#df82d2 Color Hex

#DF82D2
(223,130,210)
0 Favorites   0 Comments

Color spaces of #df82d2

RGB 223130210
HSL0.860.590.69
HSV308°42°87°
CMYK 0.000.420.06   0.13
XYZ50.046936.306465.3428
Yxy36.30640.32990.2393
Hunter Lab60.254842.8140-22.1182
CIE-Lab66.753447.0579-26.0195

#df82d2 color RGB value is (223,130,210).

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

The process color (four color CMYK) of #df82d2 color hex is 0.00, 0.42, 0.06, 0.13. Web safe color of #df82d2 is #cc99cc. Color #df82d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 11010010
Octal 337 202 322
Decimal 223 130 210
Hex DF 82 D2

RGB Percentages of Color #df82d2

%39.61
%23.09
%37.30

CMYK Percentages of Color #df82d2

%0
%42
%6
%13

Triadic Colors of #df82d2

#df82d2 #d2df82 #82d2df

Analogous Colors of #df82d2

#df82d2 #df82a4 #be82df

Monochromatic Colors of #df82d2

#df82d2

Complementary Color

#df82d2 #82df8f

#df82d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82d2 Color CSS Codes

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

#df82d2 Text Font Color

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

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


#df82d2 Background Color

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

This div background color is #df82d2


#df82d2 Border Color

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

This div border color is #df82d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82d2


Comments

No comments written yet.

Please login to write comment.