Color Hex Logo

#b87bff Color Hex

#B87BFF
(184,123,255)
0 Favorites   0 Comments

Color spaces of #b87bff

RGB 184123255
HSL0.741.000.74
HSV268°52°100°
CMYK 0.280.520.00   0.00
XYZ44.900131.576398.3361
Yxy31.57630.25680.1806
Hunter Lab56.192844.2907-64.4212
CIE-Lab62.991148.9302-57.1302

#b87bff color RGB value is (184,123,255).

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

The process color (four color CMYK) of #b87bff color hex is 0.28, 0.52, 0.00, 0.00. Web safe color of #b87bff is #cc66ff. Color #b87bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 11111111
Octal 270 173 377
Decimal 184 123 255
Hex B8 7B FF

RGB Percentages of Color #b87bff

%32.74
%21.89
%45.37

CMYK Percentages of Color #b87bff

%28
%52
%0
%0

Triadic Colors of #b87bff

#b87bff #ffb87b #7bffb8

Analogous Colors of #b87bff

#b87bff #fa7bff #7b80ff

Monochromatic Colors of #b87bff

#b87bff

Complementary Color

#b87bff #c2ff7b

#b87bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87bff Color CSS Codes

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

#b87bff Text Font Color

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

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


#b87bff Background Color

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

This div background color is #b87bff


#b87bff Border Color

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

This div border color is #b87bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87bff

Related Colors

#b87bff Color Palettes


Comments

No comments written yet.

Please login to write comment.