Color Hex Logo

#d786de Color Hex

#D786DE
(215,134,222)
0 Favorites   0 Comments

Color spaces of #d786de

RGB 215134222
HSL0.820.570.70
HSV295°40°87°
CMYK 0.030.400.00   0.13
XYZ49.734236.771273.5835
Yxy36.77120.31070.2297
Hunter Lab60.639340.2807-29.4987
CIE-Lab67.105044.6995-32.2261

#d786de color RGB value is (215,134,222).

#d786de hex color red value is 215, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d786de hue: 0.82 , saturation: 0.57 and the lightness value of d786de is 0.70.

The process color (four color CMYK) of #d786de color hex is 0.03, 0.40, 0.00, 0.13. Web safe color of #d786de is #cc99cc. Color #d786de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 11011110
Octal 327 206 336
Decimal 215 134 222
Hex D7 86 DE

RGB Percentages of Color #d786de

%37.65
%23.47
%38.88

CMYK Percentages of Color #d786de

%3
%40
%0
%13

Triadic Colors of #d786de

#d786de #ded786 #86ded7

Analogous Colors of #d786de

#d786de #de86b9 #ab86de

Monochromatic Colors of #d786de

#d786de

Complementary Color

#d786de #8dde86

#d786de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d786de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d786de Color CSS Codes

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

#d786de Text Font Color

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

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


#d786de Background Color

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

This div background color is #d786de


#d786de Border Color

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

This div border color is #d786de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,134,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 #d786de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d786de


Comments

No comments written yet.

Please login to write comment.