color codes Logo

#b46cbd color codes

#B46CBD
(180,108,189)
0 Favorites   0 Comments

Color spaces of #b46cbd

RGB 180108189
HSL0.810.380.58
HSV293°43°74°
CMYK 0.050.430.00   0.26
XYZ33.370324.102551.0376
Yxy24.10250.30750.2221
Hunter Lab49.094335.4147-27.2709
CIE-Lab56.190341.5663-30.8943

#b46cbd color RGB value is (180,108,189).

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

The process color (four color CMYK) of #b46cbd color code is 0.05, 0.43, 0.00, 0.26. Web safe color of #b46cbd is #cc66cc. Color #b46cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 10111101
Octal 264 154 275
Decimal 180 108 189
Hex B4 6C BD

RGB Percentages of Color #b46cbd

%37.74
%22.64
%39.62

CMYK Percentages of Color #b46cbd

%5
%43
%0
%26

Triadic Colors of #b46cbd

#b46cbd #bdb46c #6cbdb4

Analogous Colors of #b46cbd

#b46cbd #bd6c9e #8c6cbd

Monochromatic Colors of #b46cbd

#b46cbd

Complementary Color

#b46cbd #75bd6c

#b46cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cbd Color CSS Codes

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

#b46cbd Text Font Color

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

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


#b46cbd Background Color

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

This div background color is #b46cbd


#b46cbd Border Color

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

This div border color is #b46cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,108,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 #b46cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cbd


Comments

No comments written yet.

Please login to write comment.