Color Hex Logo

#b48bdb Color Hex

#B48BDB
(180,139,219)
0 Favorites   0 Comments

Color spaces of #b48bdb

RGB 180139219
HSL0.750.530.70
HSV271°37°86°
CMYK 0.180.370.00   0.14
XYZ40.841233.283071.2895
Yxy33.28300.28090.2289
Hunter Lab57.691425.4046-32.8809
CIE-Lab64.389430.7967-35.0651

#b48bdb color RGB value is (180,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 11011011
Octal 264 213 333
Decimal 180 139 219
Hex B4 8B DB

RGB Percentages of Color #b48bdb

%33.46
%25.84
%40.71

CMYK Percentages of Color #b48bdb

%18
%37
%0
%14

Triadic Colors of #b48bdb

#b48bdb #dbb48b #8bdbb4

Analogous Colors of #b48bdb

#b48bdb #db8bda #8c8bdb

Monochromatic Colors of #b48bdb

#b48bdb

Complementary Color

#b48bdb #b2db8b

#b48bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48bdb Color CSS Codes

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

#b48bdb Text Font Color

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

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


#b48bdb Background Color

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

This div background color is #b48bdb


#b48bdb Border Color

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

This div border color is #b48bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48bdb


Comments

No comments written yet.

Please login to write comment.