Color Hex Logo

#d86ede Color Hex

#D86EDE
(216,110,222)
0 Favorites   0 Comments

Color spaces of #d86ede

RGB 216110222
HSL0.820.630.65
HSV297°50°87°
CMYK 0.030.500.00   0.13
XYZ47.079631.024772.6142
Yxy31.02470.31240.2058
Hunter Lab55.699853.4003-38.3047
CIE-Lab62.528557.1260-39.3426

#d86ede color RGB value is (216,110,222).

#d86ede hex color red value is 216, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d86ede hue: 0.82 , saturation: 0.63 and the lightness value of d86ede is 0.65.

The process color (four color CMYK) of #d86ede color hex is 0.03, 0.50, 0.00, 0.13. Web safe color of #d86ede is #cc66cc. Color #d86ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101110 11011110
Octal 330 156 336
Decimal 216 110 222
Hex D8 6E DE

RGB Percentages of Color #d86ede

%39.42
%20.07
%40.51

CMYK Percentages of Color #d86ede

%3
%50
%0
%13

Triadic Colors of #d86ede

#d86ede #ded86e #6eded8

Analogous Colors of #d86ede

#d86ede #de6eac #a06ede

Monochromatic Colors of #d86ede

#d86ede

Complementary Color

#d86ede #74de6e

#d86ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86ede Color CSS Codes

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

#d86ede Text Font Color

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

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


#d86ede Background Color

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

This div background color is #d86ede


#d86ede Border Color

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

This div border color is #d86ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86ede


Comments

No comments written yet.

Please login to write comment.