Color Hex Logo

#d86fee Color Hex

#D86FEE
(216,111,238)
0 Favorites   0 Comments

Color spaces of #d86fee

RGB 216111238
HSL0.800.790.68
HSV290°53°93°
CMYK 0.090.530.00   0.07
XYZ49.436032.140984.4872
Yxy32.14090.29770.1935
Hunter Lab56.692956.4386-48.6724
CIE-Lab63.459259.6075-46.7851

#d86fee color RGB value is (216,111,238).

#d86fee hex color red value is 216, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d86fee hue: 0.80 , saturation: 0.79 and the lightness value of d86fee is 0.68.

The process color (four color CMYK) of #d86fee color hex is 0.09, 0.53, 0.00, 0.07. Web safe color of #d86fee is #cc66ff. Color #d86fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101111 11101110
Octal 330 157 356
Decimal 216 111 238
Hex D8 6F EE

RGB Percentages of Color #d86fee

%38.23
%19.65
%42.12

CMYK Percentages of Color #d86fee

%9
%53
%0
%7

Triadic Colors of #d86fee

#d86fee #eed86f #6feed8

Analogous Colors of #d86fee

#d86fee #ee6fc5 #996fee

Monochromatic Colors of #d86fee

#d86fee

Complementary Color

#d86fee #85ee6f

#d86fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86fee Color CSS Codes

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

#d86fee Text Font Color

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

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


#d86fee Background Color

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

This div background color is #d86fee


#d86fee Border Color

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

This div border color is #d86fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86fee


Comments

No comments written yet.

Please login to write comment.