Color Hex Logo

#d487ab Color Hex

#D487AB
(212,135,171)
0 Favorites   0 Comments

Color spaces of #d487ab

RGB 212135171
HSL0.920.470.68
HSV332°36°83°
CMYK 0.000.360.19   0.17
XYZ43.166034.265342.8668
Yxy34.26530.35880.2848
Hunter Lab58.536629.1904-2.4429
CIE-Lab65.172634.4482-6.6302

#d487ab color RGB value is (212,135,171).

#d487ab hex color red value is 212, green value is 135 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d487ab hue: 0.92 , saturation: 0.47 and the lightness value of d487ab is 0.68.

The process color (four color CMYK) of #d487ab color hex is 0.00, 0.36, 0.19, 0.17. Web safe color of #d487ab is #cc9999. Color #d487ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 10101011
Octal 324 207 253
Decimal 212 135 171
Hex D4 87 AB

RGB Percentages of Color #d487ab

%40.93
%26.06
%33.01

CMYK Percentages of Color #d487ab

%0
%36
%19
%17

Triadic Colors of #d487ab

#d487ab #abd487 #87abd4

Analogous Colors of #d487ab

#d487ab #d48a87 #d487d2

Monochromatic Colors of #d487ab

#d487ab

Complementary Color

#d487ab #87d4b0

#d487ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d487ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d487ab Color CSS Codes

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

#d487ab Text Font Color

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

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


#d487ab Background Color

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

This div background color is #d487ab


#d487ab Border Color

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

This div border color is #d487ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d487ab


Comments

No comments written yet.

Please login to write comment.