Color Hex Logo

#b87beb Color Hex

#B87BEB
(184,123,235)
0 Favorites   0 Comments

Color spaces of #b87beb

RGB 184123235
HSL0.760.740.70
HSV273°48°92°
CMYK 0.220.480.00   0.08
XYZ41.845530.354482.2508
Yxy30.35440.27090.1965
Hunter Lab55.094839.1580-49.9474
CIE-Lab61.958844.3411-47.7358

#b87beb color RGB value is (184,123,235).

#b87beb hex color red value is 184, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b87beb hue: 0.76 , saturation: 0.74 and the lightness value of b87beb is 0.70.

The process color (four color CMYK) of #b87beb color hex is 0.22, 0.48, 0.00, 0.08. Web safe color of #b87beb is #cc66ff. Color #b87beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 11101011
Octal 270 173 353
Decimal 184 123 235
Hex B8 7B EB

RGB Percentages of Color #b87beb

%33.95
%22.69
%43.36

CMYK Percentages of Color #b87beb

%22
%48
%0
%8

Triadic Colors of #b87beb

#b87beb #ebb87b #7bebb8

Analogous Colors of #b87beb

#b87beb #eb7be6 #807beb

Monochromatic Colors of #b87beb

#b87beb

Complementary Color

#b87beb #aeeb7b

#b87beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87beb Color CSS Codes

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

#b87beb Text Font Color

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

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


#b87beb Background Color

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

This div background color is #b87beb


#b87beb Border Color

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

This div border color is #b87beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87beb


Comments

No comments written yet.

Please login to write comment.