Color Hex Logo

#b38bdd Color Hex

#B38BDD
(179,139,221)
0 Favorites   0 Comments

Color spaces of #b38bdd

RGB 179139221
HSL0.750.550.71
HSV269°37°87°
CMYK 0.190.370.00   0.13
XYZ40.874233.269472.6739
Yxy33.26940.27840.2266
Hunter Lab57.679625.5532-34.3272
CIE-Lab64.378530.9455-36.2009

#b38bdd color RGB value is (179,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11011101
Octal 263 213 335
Decimal 179 139 221
Hex B3 8B DD

RGB Percentages of Color #b38bdd

%33.21
%25.79
%41.00

CMYK Percentages of Color #b38bdd

%19
%37
%0
%13

Triadic Colors of #b38bdd

#b38bdd #ddb38b #8bddb3

Analogous Colors of #b38bdd

#b38bdd #dc8bdd #8b8cdd

Monochromatic Colors of #b38bdd

#b38bdd

Complementary Color

#b38bdd #b5dd8b

#b38bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bdd Color CSS Codes

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

#b38bdd Text Font Color

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

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


#b38bdd Background Color

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

This div background color is #b38bdd


#b38bdd Border Color

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

This div border color is #b38bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bdd

#b38bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.