Color Hex Logo

#dd80dd Color Hex

#DD80DD
(221,128,221)
0 Favorites   0 Comments

Color spaces of #dd80dd

RGB 221128221
HSL0.830.580.68
HSV300°42°87°
CMYK 0.000.420.00   0.13
XYZ50.589136.031072.6949
Yxy36.03100.31750.2262
Hunter Lab60.025845.3926-29.7857
CIE-Lab66.543649.4149-32.4847

#dd80dd color RGB value is (221,128,221).

#dd80dd hex color red value is 221, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd80dd hue: 0.83 , saturation: 0.58 and the lightness value of dd80dd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 11011101
Octal 335 200 335
Decimal 221 128 221
Hex DD 80 DD

RGB Percentages of Color #dd80dd

%38.77
%22.46
%38.77

CMYK Percentages of Color #dd80dd

%0
%42
%0
%13

Triadic Colors of #dd80dd

#dd80dd #dddd80 #80dddd

Analogous Colors of #dd80dd

#dd80dd #dd80af #af80dd

Monochromatic Colors of #dd80dd

#dd80dd

Complementary Color

#dd80dd #80dd80

#dd80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80dd Color CSS Codes

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

#dd80dd Text Font Color

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

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


#dd80dd Background Color

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

This div background color is #dd80dd


#dd80dd Border Color

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

This div border color is #dd80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80dd


Comments

No comments written yet.

Please login to write comment.