Color Hex Logo

#d87ba4 Color Hex

#D87BA4
(216,123,164)
0 Favorites   0 Comments

Color spaces of #d87ba4

RGB 216123164
HSL0.930.540.66
HSV334°43°85°
CMYK 0.000.430.24   0.15
XYZ42.102731.445238.9724
Yxy31.44520.37420.2795
Hunter Lab56.076035.8874-1.9529
CIE-Lab62.881741.1410-5.9995

#d87ba4 color RGB value is (216,123,164).

#d87ba4 hex color red value is 216, green value is 123 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #d87ba4 hue: 0.93 , saturation: 0.54 and the lightness value of d87ba4 is 0.66.

The process color (four color CMYK) of #d87ba4 color hex is 0.00, 0.43, 0.24, 0.15. Web safe color of #d87ba4 is #cc6699. Color #d87ba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111011 10100100
Octal 330 173 244
Decimal 216 123 164
Hex D8 7B A4

RGB Percentages of Color #d87ba4

%42.94
%24.45
%32.60

CMYK Percentages of Color #d87ba4

%0
%43
%24
%15

Triadic Colors of #d87ba4

#d87ba4 #a4d87b #7ba4d8

Analogous Colors of #d87ba4

#d87ba4 #d8817b #d87bd3

Monochromatic Colors of #d87ba4

#d87ba4

Complementary Color

#d87ba4 #7bd8af

#d87ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ba4 Color CSS Codes

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

#d87ba4 Text Font Color

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

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


#d87ba4 Background Color

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

This div background color is #d87ba4


#d87ba4 Border Color

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

This div border color is #d87ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,123,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d87ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d87ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #d87ba4;
  box-shadow:         1px 1px 3px 2px #d87ba4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,123,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ba4


Comments

No comments written yet.

Please login to write comment.