Color Hex Logo

#b28bdd Color Hex

#B28BDD
(178,139,221)
0 Favorites   0 Comments

Color spaces of #b28bdd

RGB 178139221
HSL0.750.550.71
HSV269°37°87°
CMYK 0.190.370.00   0.13
XYZ40.643933.150772.6632
Yxy33.15070.27750.2263
Hunter Lab57.576625.2457-34.5218
CIE-Lab64.282730.6479-36.3573

#b28bdd color RGB value is (178,139,221).

#b28bdd hex color red value is 178, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b28bdd hue: 0.75 , saturation: 0.55 and the lightness value of b28bdd is 0.71.

The process color (four color CMYK) of #b28bdd color hex is 0.19, 0.37, 0.00, 0.13. Web safe color of #b28bdd is #9999cc. Color #b28bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001011 11011101
Octal 262 213 335
Decimal 178 139 221
Hex B2 8B DD

RGB Percentages of Color #b28bdd

%33.09
%25.84
%41.08

CMYK Percentages of Color #b28bdd

%19
%37
%0
%13

Triadic Colors of #b28bdd

#b28bdd #ddb28b #8bddb2

Analogous Colors of #b28bdd

#b28bdd #db8bdd #8b8ddd

Monochromatic Colors of #b28bdd

#b28bdd

Complementary Color

#b28bdd #b6dd8b

#b28bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28bdd Color CSS Codes

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

#b28bdd Text Font Color

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

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


#b28bdd Background Color

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

This div background color is #b28bdd


#b28bdd Border Color

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

This div border color is #b28bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,139,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28bdd


Comments

No comments written yet.

Please login to write comment.