Color Hex Logo

#d86ff4 Color Hex

#D86FF4
(216,111,244)
0 Favorites   0 Comments

Color spaces of #d86ff4

RGB 216111244
HSL0.800.860.70
HSV287°55°96°
CMYK 0.110.550.00   0.04
XYZ50.332532.499589.2082
Yxy32.49950.29260.1889
Hunter Lab57.008357.8326-52.8728
CIE-Lab63.753660.7546-49.6388

#d86ff4 color RGB value is (216,111,244).

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

The process color (four color CMYK) of #d86ff4 color hex is 0.11, 0.55, 0.00, 0.04. Web safe color of #d86ff4 is #cc66ff. Color #d86ff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101111 11110100
Octal 330 157 364
Decimal 216 111 244
Hex D8 6F F4

RGB Percentages of Color #d86ff4

%37.83
%19.44
%42.73

CMYK Percentages of Color #d86ff4

%11
%55
%0
%4

Triadic Colors of #d86ff4

#d86ff4 #f4d86f #6ff4d8

Analogous Colors of #d86ff4

#d86ff4 #f46fce #966ff4

Monochromatic Colors of #d86ff4

#d86ff4

Complementary Color

#d86ff4 #8bf46f

#d86ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86ff4 Color CSS Codes

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

#d86ff4 Text Font Color

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

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


#d86ff4 Background Color

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

This div background color is #d86ff4


#d86ff4 Border Color

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

This div border color is #d86ff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86ff4


Comments

No comments written yet.

Please login to write comment.