Color Hex Logo

#b87bbd Color Hex

#B87BBD
(184,123,189)
0 Favorites   0 Comments

Color spaces of #b87bbd

RGB 184123189
HSL0.820.330.61
HSV295°35°74°
CMYK 0.030.350.00   0.26
XYZ36.035428.030451.6552
Yxy28.03040.31140.2422
Hunter Lab52.943728.8419-20.7864
CIE-Lab59.916234.6570-25.0945

#b87bbd color RGB value is (184,123,189).

#b87bbd hex color red value is 184, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b87bbd hue: 0.82 , saturation: 0.33 and the lightness value of b87bbd is 0.61.

The process color (four color CMYK) of #b87bbd color hex is 0.03, 0.35, 0.00, 0.26. Web safe color of #b87bbd is #cc66cc. Color #b87bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 10111101
Octal 270 173 275
Decimal 184 123 189
Hex B8 7B BD

RGB Percentages of Color #b87bbd

%37.10
%24.80
%38.10

CMYK Percentages of Color #b87bbd

%3
%35
%0
%26

Triadic Colors of #b87bbd

#b87bbd #bdb87b #7bbdb8

Analogous Colors of #b87bbd

#b87bbd #bd7ba1 #977bbd

Monochromatic Colors of #b87bbd

#b87bbd

Complementary Color

#b87bbd #80bd7b

#b87bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87bbd Color CSS Codes

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

#b87bbd Text Font Color

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

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


#b87bbd Background Color

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

This div background color is #b87bbd


#b87bbd Border Color

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

This div border color is #b87bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87bbd


Comments

No comments written yet.

Please login to write comment.