Color Hex Logo

#b88ddb Color Hex

#B88DDB
(184,141,219)
0 Favorites   0 Comments

Color spaces of #b88ddb

RGB 184141219
HSL0.760.520.71
HSV273°36°86°
CMYK 0.160.360.00   0.14
XYZ42.078234.354671.4312
Yxy34.35460.28460.2323
Hunter Lab58.612825.5730-31.2275
CIE-Lab65.243130.8886-33.7082

#b88ddb color RGB value is (184,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11011011
Octal 270 215 333
Decimal 184 141 219
Hex B8 8D DB

RGB Percentages of Color #b88ddb

%33.82
%25.92
%40.26

CMYK Percentages of Color #b88ddb

%16
%36
%0
%14

Triadic Colors of #b88ddb

#b88ddb #dbb88d #8ddbb8

Analogous Colors of #b88ddb

#b88ddb #db8dd7 #918ddb

Monochromatic Colors of #b88ddb

#b88ddb

Complementary Color

#b88ddb #b0db8d

#b88ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ddb Color CSS Codes

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

#b88ddb Text Font Color

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

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


#b88ddb Background Color

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

This div background color is #b88ddb


#b88ddb Border Color

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

This div border color is #b88ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ddb


Comments

No comments written yet.

Please login to write comment.