Color Hex Logo

#df80dd Color Hex

#DF80DD
(223,128,221)
0 Favorites   0 Comments

Color spaces of #df80dd

RGB 223128221
HSL0.840.600.69
HSV301°43°87°
CMYK 0.000.430.01   0.13
XYZ51.201736.346872.7236
Yxy36.34680.31950.2268
Hunter Lab60.288346.0921-29.3176
CIE-Lab66.784150.0075-32.0931

#df80dd color RGB value is (223,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 11011101
Octal 337 200 335
Decimal 223 128 221
Hex DF 80 DD

RGB Percentages of Color #df80dd

%38.99
%22.38
%38.64

CMYK Percentages of Color #df80dd

%0
%43
%1
%13

Triadic Colors of #df80dd

#df80dd #dddf80 #80dddf

Analogous Colors of #df80dd

#df80dd #df80ae #b280df

Monochromatic Colors of #df80dd

#df80dd

Complementary Color

#df80dd #80df82

#df80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df80dd Color CSS Codes

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

#df80dd Text Font Color

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

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


#df80dd Background Color

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

This div background color is #df80dd


#df80dd Border Color

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

This div border color is #df80dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,128,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 #df80dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df80dd


Comments

No comments written yet.

Please login to write comment.