Color Hex Logo

#d987ba Color Hex

#D987BA
(217,135,186)
0 Favorites   0 Comments

Color spaces of #d987ba

RGB 217135186
HSL0.900.520.69
HSV323°38°85°
CMYK 0.000.380.14   0.15
XYZ46.142235.624850.8987
Yxy35.62480.34780.2685
Hunter Lab59.686533.5426-8.7800
CIE-Lab66.232238.5182-13.4395

#d987ba color RGB value is (217,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 10111010
Octal 331 207 272
Decimal 217 135 186
Hex D9 87 BA

RGB Percentages of Color #d987ba

%40.33
%25.09
%34.57

CMYK Percentages of Color #d987ba

%0
%38
%14
%15

Triadic Colors of #d987ba

#d987ba #bad987 #87bad9

Analogous Colors of #d987ba

#d987ba #d98791 #cf87d9

Monochromatic Colors of #d987ba

#d987ba

Complementary Color

#d987ba #87d9a6

#d987ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987ba Color CSS Codes

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

#d987ba Text Font Color

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

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


#d987ba Background Color

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

This div background color is #d987ba


#d987ba Border Color

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

This div border color is #d987ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987ba


Comments

No comments written yet.

Please login to write comment.