Color Hex Logo

#b47bcd Color Hex

#B47BCD
(180,123,205)
0 Favorites   0 Comments

Color spaces of #b47bcd

RGB 180123205
HSL0.780.450.64
HSV282°40°80°
CMYK 0.120.400.00   0.20
XYZ36.924828.277061.2695
Yxy28.27700.29200.2236
Hunter Lab53.176130.8898-31.0906
CIE-Lab60.138236.6533-33.8442

#b47bcd color RGB value is (180,123,205).

#b47bcd hex color red value is 180, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b47bcd hue: 0.78 , saturation: 0.45 and the lightness value of b47bcd is 0.64.

The process color (four color CMYK) of #b47bcd color hex is 0.12, 0.40, 0.00, 0.20. Web safe color of #b47bcd is #cc66cc. Color #b47bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11001101
Octal 264 173 315
Decimal 180 123 205
Hex B4 7B CD

RGB Percentages of Color #b47bcd

%35.43
%24.21
%40.35

CMYK Percentages of Color #b47bcd

%12
%40
%0
%20

Triadic Colors of #b47bcd

#b47bcd #cdb47b #7bcdb4

Analogous Colors of #b47bcd

#b47bcd #cd7bbd #8b7bcd

Monochromatic Colors of #b47bcd

#b47bcd

Complementary Color

#b47bcd #94cd7b

#b47bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bcd Color CSS Codes

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

#b47bcd Text Font Color

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

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


#b47bcd Background Color

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

This div background color is #b47bcd


#b47bcd Border Color

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

This div border color is #b47bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bcd

#b47bcd Color Palettes


Comments

No comments written yet.

Please login to write comment.