Color Hex Logo

#b87dbb Color Hex

#B87DBB
(184,125,187)
0 Favorites   0 Comments

Color spaces of #b87dbb

RGB 184125187
HSL0.830.310.61
HSV297°33°73°
CMYK 0.020.330.00   0.27
XYZ36.070428.445450.6031
Yxy28.44540.31330.2471
Hunter Lab53.334227.3862-18.9199
CIE-Lab60.289033.1672-23.3854

#b87dbb color RGB value is (184,125,187).

#b87dbb hex color red value is 184, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b87dbb hue: 0.83 , saturation: 0.31 and the lightness value of b87dbb is 0.61.

The process color (four color CMYK) of #b87dbb color hex is 0.02, 0.33, 0.00, 0.27. Web safe color of #b87dbb is #cc66cc. Color #b87dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 10111011
Octal 270 175 273
Decimal 184 125 187
Hex B8 7D BB

RGB Percentages of Color #b87dbb

%37.10
%25.20
%37.70

CMYK Percentages of Color #b87dbb

%2
%33
%0
%27

Triadic Colors of #b87dbb

#b87dbb #bbb87d #7dbbb8

Analogous Colors of #b87dbb

#b87dbb #bb7d9f #997dbb

Monochromatic Colors of #b87dbb

#b87dbb

Complementary Color

#b87dbb #80bb7d

#b87dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dbb Color CSS Codes

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

#b87dbb Text Font Color

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

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


#b87dbb Background Color

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

This div background color is #b87dbb


#b87dbb Border Color

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

This div border color is #b87dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b87dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b87dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #b87dbb;
  box-shadow:         1px 1px 3px 2px #b87dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,125,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dbb


Comments

No comments written yet.

Please login to write comment.