Color Hex Logo

#b88bdb Color Hex

#B88BDB
(184,139,219)
0 Favorites   0 Comments

Color spaces of #b88bdb

RGB 184139219
HSL0.760.530.70
HSV274°37°86°
CMYK 0.160.370.00   0.14
XYZ41.786033.770171.3337
Yxy33.77010.28450.2299
Hunter Lab58.112026.6560-32.1012
CIE-Lab64.779732.0018-34.4281

#b88bdb color RGB value is (184,139,219).

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

The process color (four color CMYK) of #b88bdb color hex is 0.16, 0.37, 0.00, 0.14. Web safe color of #b88bdb is #cc99cc. Color #b88bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11011011
Octal 270 213 333
Decimal 184 139 219
Hex B8 8B DB

RGB Percentages of Color #b88bdb

%33.95
%25.65
%40.41

CMYK Percentages of Color #b88bdb

%16
%37
%0
%14

Triadic Colors of #b88bdb

#b88bdb #dbb88b #8bdbb8

Analogous Colors of #b88bdb

#b88bdb #db8bd6 #908bdb

Monochromatic Colors of #b88bdb

#b88bdb

Complementary Color

#b88bdb #aedb8b

#b88bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bdb Color CSS Codes

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

#b88bdb Text Font Color

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

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


#b88bdb Background Color

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

This div background color is #b88bdb


#b88bdb Border Color

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

This div border color is #b88bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,139,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 #b88bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bdb


Comments

No comments written yet.

Please login to write comment.