Color Hex Logo

#d986da Color Hex

#D986DA
(217,134,218)
0 Favorites   0 Comments

Color spaces of #d986da

RGB 217134218
HSL0.830.530.69
HSV299°39°85°
CMYK 0.000.390.00   0.15
XYZ49.795336.863970.8206
Yxy36.86390.31620.2341
Hunter Lab60.715640.1425-26.6567
CIE-Lab67.174844.5637-29.8811

#d986da color RGB value is (217,134,218).

#d986da hex color red value is 217, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d986da hue: 0.83 , saturation: 0.53 and the lightness value of d986da is 0.69.

The process color (four color CMYK) of #d986da color hex is 0.00, 0.39, 0.00, 0.15. Web safe color of #d986da is #cc99cc. Color #d986da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000110 11011010
Octal 331 206 332
Decimal 217 134 218
Hex D9 86 DA

RGB Percentages of Color #d986da

%38.14
%23.55
%38.31

CMYK Percentages of Color #d986da

%0
%39
%0
%15

Triadic Colors of #d986da

#d986da #dad986 #86dad9

Analogous Colors of #d986da

#d986da #da86b1 #af86da

Monochromatic Colors of #d986da

#d986da

Complementary Color

#d986da #87da86

#d986da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d986da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d986da Color CSS Codes

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

#d986da Text Font Color

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

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


#d986da Background Color

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

This div background color is #d986da


#d986da Border Color

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

This div border color is #d986da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,134,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d986da


Comments

No comments written yet.

Please login to write comment.