Color Hex Logo

#dd86df Color Hex

#DD86DF
(221,134,223)
0 Favorites   0 Comments

Color spaces of #dd86df

RGB 221134223
HSL0.830.580.70
HSV299°40°87°
CMYK 0.010.400.00   0.13
XYZ51.663237.750174.3756
Yxy37.75010.31540.2305
Hunter Lab61.441142.5711-28.7629
CIE-Lab67.836046.6918-31.5933

#dd86df color RGB value is (221,134,223).

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

The process color (four color CMYK) of #dd86df color hex is 0.01, 0.40, 0.00, 0.13. Web safe color of #dd86df is #cc99cc. Color #dd86df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 11011111
Octal 335 206 337
Decimal 221 134 223
Hex DD 86 DF

RGB Percentages of Color #dd86df

%38.24
%23.18
%38.58

CMYK Percentages of Color #dd86df

%1
%40
%0
%13

Triadic Colors of #dd86df

#dd86df #dfdd86 #86dfdd

Analogous Colors of #dd86df

#dd86df #df86b5 #b186df

Monochromatic Colors of #dd86df

#dd86df

Complementary Color

#dd86df #88df86

#dd86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd86df Color CSS Codes

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

#dd86df Text Font Color

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

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


#dd86df Background Color

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

This div background color is #dd86df


#dd86df Border Color

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

This div border color is #dd86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd86df


Comments

No comments written yet.

Please login to write comment.