color codes Logo

#b47bcb color codes

#B47BCB
(180,123,203)
0 Favorites   0 Comments

Color spaces of #b47bcb

RGB 180123203
HSL0.790.430.64
HSV283°39°80°
CMYK 0.110.390.00   0.20
XYZ36.684828.181060.0059
Yxy28.18100.29380.2257
Hunter Lab53.085830.4519-29.8588
CIE-Lab60.051936.2330-32.8499

#b47bcb color RGB value is (180,123,203).

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

The process color (four color CMYK) of #b47bcb color code is 0.11, 0.39, 0.00, 0.20. Web safe color of #b47bcb is #cc66cc. Color #b47bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11001011
Octal 264 173 313
Decimal 180 123 203
Hex B4 7B CB

RGB Percentages of Color #b47bcb

%35.57
%24.31
%40.12

CMYK Percentages of Color #b47bcb

%11
%39
%0
%20

Triadic Colors of #b47bcb

#b47bcb #cbb47b #7bcbb4

Analogous Colors of #b47bcb

#b47bcb #cb7bba #8c7bcb

Monochromatic Colors of #b47bcb

#b47bcb

Complementary Color

#b47bcb #92cb7b

#b47bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bcb Color CSS Codes

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

#b47bcb Text Font Color

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

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


#b47bcb Background Color

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

This div background color is #b47bcb


#b47bcb Border Color

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

This div border color is #b47bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bcb


Comments

No comments written yet.

Please login to write comment.