Color Hex Logo

#b48dd1 Color Hex

#B48DD1
(180,141,209)
0 Favorites   0 Comments

Color spaces of #b48dd1

RGB 180141209
HSL0.760.430.69
HSV274°33°82°
CMYK 0.140.330.00   0.18
XYZ39.855933.356564.6594
Yxy33.35650.28910.2419
Hunter Lab57.755122.1087-25.9492
CIE-Lab64.448527.4830-29.4032

#b48dd1 color RGB value is (180,141,209).

#b48dd1 hex color red value is 180, green value is 141 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b48dd1 hue: 0.76 , saturation: 0.43 and the lightness value of b48dd1 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001101 11010001
Octal 264 215 321
Decimal 180 141 209
Hex B4 8D D1

RGB Percentages of Color #b48dd1

%33.96
%26.60
%39.43

CMYK Percentages of Color #b48dd1

%14
%33
%0
%18

Triadic Colors of #b48dd1

#b48dd1 #d1b48d #8dd1b4

Analogous Colors of #b48dd1

#b48dd1 #d18dcc #928dd1

Monochromatic Colors of #b48dd1

#b48dd1

Complementary Color

#b48dd1 #aad18d

#b48dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48dd1 Color CSS Codes

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

#b48dd1 Text Font Color

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

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


#b48dd1 Background Color

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

This div background color is #b48dd1


#b48dd1 Border Color

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

This div border color is #b48dd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,141,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48dd1


Comments

No comments written yet.

Please login to write comment.