Color Hex Logo

#dd80eb Color Hex

#DD80EB
(221,128,235)
0 Favorites   0 Comments

Color spaces of #dd80eb

RGB 221128235
HSL0.810.730.71
HSV292°46°92°
CMYK 0.060.460.00   0.08
XYZ52.533436.808782.9332
Yxy36.80870.30490.2137
Hunter Lab60.670248.3877-38.5774
CIE-Lab67.133351.9993-39.3167

#dd80eb color RGB value is (221,128,235).

#dd80eb hex color red value is 221, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd80eb hue: 0.81 , saturation: 0.73 and the lightness value of dd80eb is 0.71.

The process color (four color CMYK) of #dd80eb color hex is 0.06, 0.46, 0.00, 0.08. Web safe color of #dd80eb is #cc99ff. Color #dd80eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 11101011
Octal 335 200 353
Decimal 221 128 235
Hex DD 80 EB

RGB Percentages of Color #dd80eb

%37.84
%21.92
%40.24

CMYK Percentages of Color #dd80eb

%6
%46
%0
%8

Triadic Colors of #dd80eb

#dd80eb #ebdd80 #80ebdd

Analogous Colors of #dd80eb

#dd80eb #eb80c4 #a880eb

Monochromatic Colors of #dd80eb

#dd80eb

Complementary Color

#dd80eb #8eeb80

#dd80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80eb Color CSS Codes

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

#dd80eb Text Font Color

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

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


#dd80eb Background Color

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

This div background color is #dd80eb


#dd80eb Border Color

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

This div border color is #dd80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80eb


Comments

No comments written yet.

Please login to write comment.