Color Hex Logo

#df83dc Color Hex

#DF83DC
(223,131,220)
0 Favorites   0 Comments

Color spaces of #df83dc

RGB 223131220
HSL0.840.590.69
HSV302°41°87°
CMYK 0.000.410.01   0.13
XYZ51.466037.087972.1563
Yxy37.08790.32020.2308
Hunter Lab60.899844.2743-27.6190
CIE-Lab67.342948.2974-30.6738

#df83dc color RGB value is (223,131,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11011100
Octal 337 203 334
Decimal 223 131 220
Hex DF 83 DC

RGB Percentages of Color #df83dc

%38.85
%22.82
%38.33

CMYK Percentages of Color #df83dc

%0
%41
%1
%13

Triadic Colors of #df83dc

#df83dc #dcdf83 #83dcdf

Analogous Colors of #df83dc

#df83dc #df83ae #b483df

Monochromatic Colors of #df83dc

#df83dc

Complementary Color

#df83dc #83df86

#df83dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83dc Color CSS Codes

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

#df83dc Text Font Color

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

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


#df83dc Background Color

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

This div background color is #df83dc


#df83dc Border Color

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

This div border color is #df83dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83dc


Comments

No comments written yet.

Please login to write comment.