Color Hex Logo

#b47bbd Color Hex

#B47BBD
(180,123,189)
0 Favorites   0 Comments

Color spaces of #b47bbd

RGB 180123189
HSL0.810.330.61
HSV292°35°74°
CMYK 0.050.350.00   0.26
XYZ35.090727.543351.6110
Yxy27.54330.30720.2411
Hunter Lab52.481727.5070-21.5691
CIE-Lab59.473933.3732-25.8126

#b47bbd color RGB value is (180,123,189).

#b47bbd hex color red value is 180, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b47bbd hue: 0.81 , saturation: 0.33 and the lightness value of b47bbd is 0.61.

The process color (four color CMYK) of #b47bbd color hex is 0.05, 0.35, 0.00, 0.26. Web safe color of #b47bbd is #cc66cc. Color #b47bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 10111101
Octal 264 173 275
Decimal 180 123 189
Hex B4 7B BD

RGB Percentages of Color #b47bbd

%36.59
%25.00
%38.41

CMYK Percentages of Color #b47bbd

%5
%35
%0
%26

Triadic Colors of #b47bbd

#b47bbd #bdb47b #7bbdb4

Analogous Colors of #b47bbd

#b47bbd #bd7ba5 #937bbd

Monochromatic Colors of #b47bbd

#b47bbd

Complementary Color

#b47bbd #84bd7b

#b47bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bbd Color CSS Codes

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

#b47bbd Text Font Color

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

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


#b47bbd Background Color

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

This div background color is #b47bbd


#b47bbd Border Color

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

This div border color is #b47bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bbd


Comments

No comments written yet.

Please login to write comment.