Color Hex Logo

#d86afe Color Hex

#D86AFE
(216,106,254)
0 Favorites   0 Comments

Color spaces of #d86afe

RGB 216106254
HSL0.790.990.71
HSV285°58°100°
CMYK 0.150.580.00   0.00
XYZ51.362332.062897.2476
Yxy32.06280.28430.1775
Hunter Lab56.624062.8210-62.1894
CIE-Lab63.394865.0415-55.7184

#d86afe color RGB value is (216,106,254).

#d86afe hex color red value is 216, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d86afe hue: 0.79 , saturation: 0.99 and the lightness value of d86afe is 0.71.

The process color (four color CMYK) of #d86afe color hex is 0.15, 0.58, 0.00, 0.00. Web safe color of #d86afe is #cc66ff. Color #d86afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101010 11111110
Octal 330 152 376
Decimal 216 106 254
Hex D8 6A FE

RGB Percentages of Color #d86afe

%37.50
%18.40
%44.10

CMYK Percentages of Color #d86afe

%15
%58
%0
%0

Triadic Colors of #d86afe

#d86afe #fed86a #6afed8

Analogous Colors of #d86afe

#d86afe #fe6ada #8e6afe

Monochromatic Colors of #d86afe

#d86afe

Complementary Color

#d86afe #90fe6a

#d86afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86afe Color CSS Codes

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

#d86afe Text Font Color

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

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


#d86afe Background Color

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

This div background color is #d86afe


#d86afe Border Color

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

This div border color is #d86afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86afe


Comments

No comments written yet.

Please login to write comment.