Color Hex Logo

#b47bc7 Color Hex

#B47BC7
(180,123,199)
0 Favorites   0 Comments

Color spaces of #b47bc7

RGB 180123199
HSL0.790.400.63
HSV285°38°78°
CMYK 0.100.380.00   0.22
XYZ36.214227.992757.5273
Yxy27.99270.29750.2299
Hunter Lab52.908129.5893-27.4307
CIE-Lab59.882135.4013-30.8531

#b47bc7 color RGB value is (180,123,199).

#b47bc7 hex color red value is 180, green value is 123 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b47bc7 hue: 0.79 , saturation: 0.40 and the lightness value of b47bc7 is 0.63.

The process color (four color CMYK) of #b47bc7 color hex is 0.10, 0.38, 0.00, 0.22. Web safe color of #b47bc7 is #cc66cc. Color #b47bc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11000111
Octal 264 173 307
Decimal 180 123 199
Hex B4 7B C7

RGB Percentages of Color #b47bc7

%35.86
%24.50
%39.64

CMYK Percentages of Color #b47bc7

%10
%38
%0
%22

Triadic Colors of #b47bc7

#b47bc7 #c7b47b #7bc7b4

Analogous Colors of #b47bc7

#b47bc7 #c77bb4 #8e7bc7

Monochromatic Colors of #b47bc7

#b47bc7

Complementary Color

#b47bc7 #8ec77b

#b47bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bc7 Color CSS Codes

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

#b47bc7 Text Font Color

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

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


#b47bc7 Background Color

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

This div background color is #b47bc7


#b47bc7 Border Color

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

This div border color is #b47bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bc7


Comments

No comments written yet.

Please login to write comment.