Color Hex Logo

#df82dd Color Hex

#DF82DD
(223,130,221)
0 Favorites   0 Comments

Color spaces of #df82dd

RGB 223130221
HSL0.840.590.69
HSV301°42°87°
CMYK 0.000.420.01   0.13
XYZ51.465236.873772.8114
Yxy36.87370.31940.2288
Hunter Lab60.723745.0177-28.5857
CIE-Lab67.182248.9882-31.4771

#df82dd color RGB value is (223,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 11011101
Octal 337 202 335
Decimal 223 130 221
Hex DF 82 DD

RGB Percentages of Color #df82dd

%38.85
%22.65
%38.50

CMYK Percentages of Color #df82dd

%0
%42
%1
%13

Triadic Colors of #df82dd

#df82dd #dddf82 #82dddf

Analogous Colors of #df82dd

#df82dd #df82af #b382df

Monochromatic Colors of #df82dd

#df82dd

Complementary Color

#df82dd #82df84

#df82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82dd Color CSS Codes

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

#df82dd Text Font Color

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

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


#df82dd Background Color

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

This div background color is #df82dd


#df82dd Border Color

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

This div border color is #df82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82dd


Comments

No comments written yet.

Please login to write comment.