Color Hex Logo

#dd86ff Color Hex

#DD86FF
(221,134,255)
0 Favorites   0 Comments

Color spaces of #dd86ff

RGB 221134255
HSL0.791.000.76
HSV283°47°100°
CMYK 0.130.470.00   0.00
XYZ56.393939.642399.2872
Yxy39.64230.28870.2030
Hunter Lab62.962149.6951-49.4230
CIE-Lab69.214052.8453-47.0224

#dd86ff color RGB value is (221,134,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 11111111
Octal 335 206 377
Decimal 221 134 255
Hex DD 86 FF

RGB Percentages of Color #dd86ff

%36.23
%21.97
%41.80

CMYK Percentages of Color #dd86ff

%13
%47
%0
%0

Triadic Colors of #dd86ff

#dd86ff #ffdd86 #86ffdd

Analogous Colors of #dd86ff

#dd86ff #ff86e5 #a186ff

Monochromatic Colors of #dd86ff

#dd86ff

Complementary Color

#dd86ff #a8ff86

#dd86ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd86ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd86ff Color CSS Codes

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

#dd86ff Text Font Color

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

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


#dd86ff Background Color

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

This div background color is #dd86ff


#dd86ff Border Color

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

This div border color is #dd86ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd86ff

Related Colors

#dd86ff Color Palettes


Comments

No comments written yet.

Please login to write comment.