color codes Logo

#b47cb1 color codes

#B47CB1
(180,124,177)
0 Favorites   0 Comments

Color spaces of #b47cb1

RGB 180124177
HSL0.840.270.60
HSV303°31°71°
CMYK 0.000.310.02   0.29
XYZ33.965927.292945.0728
Yxy27.29290.31940.2567
Hunter Lab52.242624.6285-14.5832
CIE-Lab59.244530.4878-19.3237

#b47cb1 color RGB value is (180,124,177).

#b47cb1 hex color red value is 180, green value is 124 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #b47cb1 hue: 0.84 , saturation: 0.27 and the lightness value of b47cb1 is 0.60.

The process color (four color CMYK) of #b47cb1 color code is 0.00, 0.31, 0.02, 0.29. Web safe color of #b47cb1 is #cc6699. Color #b47cb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 10110001
Octal 264 174 261
Decimal 180 124 177
Hex B4 7C B1

RGB Percentages of Color #b47cb1

%37.42
%25.78
%36.80

CMYK Percentages of Color #b47cb1

%0
%31
%2
%29

Triadic Colors of #b47cb1

#b47cb1 #b1b47c #7cb1b4

Analogous Colors of #b47cb1

#b47cb1 #b47c95 #9b7cb4

Monochromatic Colors of #b47cb1

#b47cb1

Complementary Color

#b47cb1 #7cb47f

#b47cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47cb1 Color CSS Codes

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

#b47cb1 Text Font Color

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

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


#b47cb1 Background Color

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

This div background color is #b47cb1


#b47cb1 Border Color

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

This div border color is #b47cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47cb1


Comments

No comments written yet.

Please login to write comment.