Color Hex Logo

#d86dfa Color Hex

#D86DFA
(216,109,250)
0 Favorites   0 Comments

Color spaces of #d86dfa

RGB 216109250
HSL0.790.930.70
HSV286°56°98°
CMYK 0.140.560.00   0.02
XYZ51.042932.438394.0134
Yxy32.43830.28760.1828
Hunter Lab56.954660.3016-58.0001
CIE-Lab63.703562.8648-53.0268

#d86dfa color RGB value is (216,109,250).

#d86dfa hex color red value is 216, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d86dfa hue: 0.79 , saturation: 0.93 and the lightness value of d86dfa is 0.70.

The process color (four color CMYK) of #d86dfa color hex is 0.14, 0.56, 0.00, 0.02. Web safe color of #d86dfa is #cc66ff. Color #d86dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101101 11111010
Octal 330 155 372
Decimal 216 109 250
Hex D8 6D FA

RGB Percentages of Color #d86dfa

%37.57
%18.96
%43.48

CMYK Percentages of Color #d86dfa

%14
%56
%0
%2

Triadic Colors of #d86dfa

#d86dfa #fad86d #6dfad8

Analogous Colors of #d86dfa

#d86dfa #fa6dd6 #926dfa

Monochromatic Colors of #d86dfa

#d86dfa

Complementary Color

#d86dfa #8ffa6d

#d86dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86dfa Color CSS Codes

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

#d86dfa Text Font Color

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

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


#d86dfa Background Color

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

This div background color is #d86dfa


#d86dfa Border Color

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

This div border color is #d86dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #d86dfa;
  box-shadow:         1px 1px 3px 2px #d86dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,109,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.