Color Hex Logo

#b48bcd Color Hex

#B48BCD
(180,139,205)
0 Favorites   0 Comments

Color spaces of #b48bcd

RGB 180139205
HSL0.770.400.67
HSV277°32°80°
CMYK 0.120.320.00   0.20
XYZ39.074532.576361.9860
Yxy32.57630.29240.2438
Hunter Lab57.075722.3203-24.4379
CIE-Lab63.816427.7460-28.1436

#b48bcd color RGB value is (180,139,205).

#b48bcd hex color red value is 180, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b48bcd hue: 0.77 , saturation: 0.40 and the lightness value of b48bcd is 0.67.

The process color (four color CMYK) of #b48bcd color hex is 0.12, 0.32, 0.00, 0.20. Web safe color of #b48bcd is #cc99cc. Color #b48bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 11001101
Octal 264 213 315
Decimal 180 139 205
Hex B4 8B CD

RGB Percentages of Color #b48bcd

%34.35
%26.53
%39.12

CMYK Percentages of Color #b48bcd

%12
%32
%0
%20

Triadic Colors of #b48bcd

#b48bcd #cdb48b #8bcdb4

Analogous Colors of #b48bcd

#b48bcd #cd8bc5 #938bcd

Monochromatic Colors of #b48bcd

#b48bcd

Complementary Color

#b48bcd #a4cd8b

#b48bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48bcd Color CSS Codes

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

#b48bcd Text Font Color

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

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


#b48bcd Background Color

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

This div background color is #b48bcd


#b48bcd Border Color

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

This div border color is #b48bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48bcd


Comments

No comments written yet.

Please login to write comment.