Color Hex Logo

#d987ab Color Hex

#D987AB
(217,135,171)
0 Favorites   0 Comments

Color spaces of #d987ab

RGB 217135171
HSL0.930.520.69
HSV334°38°85°
CMYK 0.000.380.21   0.15
XYZ44.629935.019942.9353
Yxy35.01990.36410.2857
Hunter Lab59.177631.0583-1.5925
CIE-Lab65.764236.1949-5.6884

#d987ab color RGB value is (217,135,171).

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

The process color (four color CMYK) of #d987ab color hex is 0.00, 0.38, 0.21, 0.15. Web safe color of #d987ab is #cc9999. Color #d987ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 10101011
Octal 331 207 253
Decimal 217 135 171
Hex D9 87 AB

RGB Percentages of Color #d987ab

%41.49
%25.81
%32.70

CMYK Percentages of Color #d987ab

%0
%38
%21
%15

Triadic Colors of #d987ab

#d987ab #abd987 #87abd9

Analogous Colors of #d987ab

#d987ab #d98c87 #d987d4

Monochromatic Colors of #d987ab

#d987ab

Complementary Color

#d987ab #87d9b5

#d987ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987ab Color CSS Codes

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

#d987ab Text Font Color

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

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


#d987ab Background Color

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

This div background color is #d987ab


#d987ab Border Color

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

This div border color is #d987ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987ab


Comments

No comments written yet.

Please login to write comment.