Color Hex Logo

#b87bdb Color Hex

#B87BDB
(184,123,219)
0 Favorites   0 Comments

Color spaces of #b87bdb

RGB 184123219
HSL0.770.570.67
HSV278°44°86°
CMYK 0.160.440.00   0.14
XYZ39.636329.470770.6172
Yxy29.47070.28370.2109
Hunter Lab54.286935.3254-39.1244
CIE-Lab61.194840.8190-40.0253

#b87bdb color RGB value is (184,123,219).

#b87bdb hex color red value is 184, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b87bdb hue: 0.77 , saturation: 0.57 and the lightness value of b87bdb is 0.67.

The process color (four color CMYK) of #b87bdb color hex is 0.16, 0.44, 0.00, 0.14. Web safe color of #b87bdb is #cc66cc. Color #b87bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 11011011
Octal 270 173 333
Decimal 184 123 219
Hex B8 7B DB

RGB Percentages of Color #b87bdb

%34.98
%23.38
%41.63

CMYK Percentages of Color #b87bdb

%16
%44
%0
%14

Triadic Colors of #b87bdb

#b87bdb #dbb87b #7bdbb8

Analogous Colors of #b87bdb

#b87bdb #db7bce #887bdb

Monochromatic Colors of #b87bdb

#b87bdb

Complementary Color

#b87bdb #9edb7b

#b87bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87bdb Color CSS Codes

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

#b87bdb Text Font Color

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

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


#b87bdb Background Color

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

This div background color is #b87bdb


#b87bdb Border Color

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

This div border color is #b87bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87bdb


Comments

No comments written yet.

Please login to write comment.