Color Hex Logo

#dd8dff Color Hex

#DD8DFF
(221,141,255)
0 Favorites   0 Comments

Color spaces of #dd8dff

RGB 221141255
HSL0.781.000.78
HSV282°45°100°
CMYK 0.130.450.00   0.00
XYZ57.393741.641999.6205
Yxy41.64190.28890.2096
Hunter Lab64.530545.8301-46.3589
CIE-Lab70.623349.2390-44.8093

#dd8dff color RGB value is (221,141,255).

#dd8dff hex color red value is 221, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd8dff hue: 0.78 , saturation: 1.00 and the lightness value of dd8dff is 0.78.

The process color (four color CMYK) of #dd8dff color hex is 0.13, 0.45, 0.00, 0.00. Web safe color of #dd8dff is #cc99ff. Color #dd8dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001101 11111111
Octal 335 215 377
Decimal 221 141 255
Hex DD 8D FF

RGB Percentages of Color #dd8dff

%35.82
%22.85
%41.33

CMYK Percentages of Color #dd8dff

%13
%45
%0
%0

Triadic Colors of #dd8dff

#dd8dff #ffdd8d #8dffdd

Analogous Colors of #dd8dff

#dd8dff #ff8de8 #a48dff

Monochromatic Colors of #dd8dff

#dd8dff

Complementary Color

#dd8dff #afff8d

#dd8dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8dff Color CSS Codes

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

#dd8dff Text Font Color

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

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


#dd8dff Background Color

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

This div background color is #dd8dff


#dd8dff Border Color

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

This div border color is #dd8dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8dff


Comments

No comments written yet.

Please login to write comment.