Color Hex Logo

#df82cc Color Hex

#DF82CC
(223,130,204)
0 Favorites   0 Comments

Color spaces of #df82cc

RGB 223130204
HSL0.870.590.69
HSV312°42°87°
CMYK 0.000.420.09   0.13
XYZ49.313136.012961.4788
Yxy36.01290.33590.2453
Hunter Lab60.010741.6614-18.7329
CIE-Lab66.529846.0386-23.0119

#df82cc color RGB value is (223,130,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 11001100
Octal 337 202 314
Decimal 223 130 204
Hex DF 82 CC

RGB Percentages of Color #df82cc

%40.04
%23.34
%36.62

CMYK Percentages of Color #df82cc

%0
%42
%9
%13

Triadic Colors of #df82cc

#df82cc #ccdf82 #82ccdf

Analogous Colors of #df82cc

#df82cc #df829e #c482df

Monochromatic Colors of #df82cc

#df82cc

Complementary Color

#df82cc #82df95

#df82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82cc Color CSS Codes

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

#df82cc Text Font Color

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

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


#df82cc Background Color

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

This div background color is #df82cc


#df82cc Border Color

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

This div border color is #df82cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82cc


Comments

No comments written yet.

Please login to write comment.