Color Hex Logo

#b47bb5 Color Hex

#B47BB5
(180,123,181)
0 Favorites   0 Comments

Color spaces of #b47bb5

RGB 180123181
HSL0.830.280.60
HSV299°32°71°
CMYK 0.010.320.00   0.29
XYZ34.245827.205447.1623
Yxy27.20540.31530.2505
Hunter Lab52.158825.9195-17.0992
CIE-Lab59.164031.8068-21.7311

#b47bb5 color RGB value is (180,123,181).

#b47bb5 hex color red value is 180, green value is 123 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b47bb5 hue: 0.83 , saturation: 0.28 and the lightness value of b47bb5 is 0.60.

The process color (four color CMYK) of #b47bb5 color hex is 0.01, 0.32, 0.00, 0.29. Web safe color of #b47bb5 is #cc66cc. Color #b47bb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 10110101
Octal 264 173 265
Decimal 180 123 181
Hex B4 7B B5

RGB Percentages of Color #b47bb5

%37.19
%25.41
%37.40

CMYK Percentages of Color #b47bb5

%1
%32
%0
%29

Triadic Colors of #b47bb5

#b47bb5 #b5b47b #7bb5b4

Analogous Colors of #b47bb5

#b47bb5 #b57b99 #977bb5

Monochromatic Colors of #b47bb5

#b47bb5

Complementary Color

#b47bb5 #7cb57b

#b47bb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bb5 Color CSS Codes

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

#b47bb5 Text Font Color

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

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


#b47bb5 Background Color

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

This div background color is #b47bb5


#b47bb5 Border Color

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

This div border color is #b47bb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bb5


Comments

No comments written yet.

Please login to write comment.