Color Hex Logo

#d987da Color Hex

#D987DA
(217,135,218)
0 Favorites   0 Comments

Color spaces of #d987da

RGB 217135218
HSL0.830.530.69
HSV299°38°85°
CMYK 0.000.380.00   0.15
XYZ49.934137.141670.8669
Yxy37.14160.31620.2352
Hunter Lab60.943939.6013-26.2830
CIE-Lab67.383144.0399-29.5596

#d987da color RGB value is (217,135,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11011010
Octal 331 207 332
Decimal 217 135 218
Hex D9 87 DA

RGB Percentages of Color #d987da

%38.07
%23.68
%38.25

CMYK Percentages of Color #d987da

%0
%38
%0
%15

Triadic Colors of #d987da

#d987da #dad987 #87dad9

Analogous Colors of #d987da

#d987da #da87b2 #b087da

Monochromatic Colors of #d987da

#d987da

Complementary Color

#d987da #88da87

#d987da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987da Color CSS Codes

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

#d987da Text Font Color

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

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


#d987da Background Color

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

This div background color is #d987da


#d987da Border Color

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

This div border color is #d987da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987da


Comments

No comments written yet.

Please login to write comment.