Color Hex Logo

#d87bba Color Hex

#D87BBA
(216,123,186)
0 Favorites   0 Comments

Color spaces of #d87bba

RGB 216123186
HSL0.890.540.66
HSV319°43°85°
CMYK 0.000.430.14   0.15
XYZ44.264832.310050.3578
Yxy32.31000.34870.2545
Hunter Lab56.841939.5310-12.7373
CIE-Lab63.598344.4679-17.4290

#d87bba color RGB value is (216,123,186).

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

The process color (four color CMYK) of #d87bba color hex is 0.00, 0.43, 0.14, 0.15. Web safe color of #d87bba is #cc66cc. Color #d87bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111011 10111010
Octal 330 173 272
Decimal 216 123 186
Hex D8 7B BA

RGB Percentages of Color #d87bba

%41.14
%23.43
%35.43

CMYK Percentages of Color #d87bba

%0
%43
%14
%15

Triadic Colors of #d87bba

#d87bba #bad87b #7bbad8

Analogous Colors of #d87bba

#d87bba #d87b8c #c87bd8

Monochromatic Colors of #d87bba

#d87bba

Complementary Color

#d87bba #7bd899

#d87bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87bba Color CSS Codes

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

#d87bba Text Font Color

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

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


#d87bba Background Color

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

This div background color is #d87bba


#d87bba Border Color

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

This div border color is #d87bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87bba


Comments

No comments written yet.

Please login to write comment.