Color Hex Logo

#b48bdd Color Hex

#B48BDD
(180,139,221)
0 Favorites   0 Comments

Color spaces of #b48bdd

RGB 180139221
HSL0.750.550.71
HSV270°37°87°
CMYK 0.190.370.00   0.13
XYZ41.106233.389072.6848
Yxy33.38900.27930.2269
Hunter Lab57.783225.8619-34.1319
CIE-Lab64.474731.2436-36.0438

#b48bdd color RGB value is (180,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 11011101
Octal 264 213 335
Decimal 180 139 221
Hex B4 8B DD

RGB Percentages of Color #b48bdd

%33.33
%25.74
%40.93

CMYK Percentages of Color #b48bdd

%19
%37
%0
%13

Triadic Colors of #b48bdd

#b48bdd #ddb48b #8bddb4

Analogous Colors of #b48bdd

#b48bdd #dd8bdd #8b8bdd

Monochromatic Colors of #b48bdd

#b48bdd

Complementary Color

#b48bdd #b4dd8b

#b48bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48bdd Color CSS Codes

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

#b48bdd Text Font Color

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

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


#b48bdd Background Color

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

This div background color is #b48bdd


#b48bdd Border Color

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

This div border color is #b48bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48bdd


Comments

No comments written yet.

Please login to write comment.