Color Hex Logo

#b46ecb Color Hex

#B46ECB
(180,110,203)
0 Favorites   0 Comments

Color spaces of #b46ecb

RGB 180110203
HSL0.790.470.61
HSV285°46°80°
CMYK 0.110.460.00   0.20
XYZ35.177825.167059.5035
Yxy25.16700.29350.2100
Hunter Lab50.166737.3756-35.2081
CIE-Lab57.237843.3081-37.2429

#b46ecb color RGB value is (180,110,203).

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

The process color (four color CMYK) of #b46ecb color hex is 0.11, 0.46, 0.00, 0.20. Web safe color of #b46ecb is #cc66cc. Color #b46ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11001011
Octal 264 156 313
Decimal 180 110 203
Hex B4 6E CB

RGB Percentages of Color #b46ecb

%36.51
%22.31
%41.18

CMYK Percentages of Color #b46ecb

%11
%46
%0
%20

Triadic Colors of #b46ecb

#b46ecb #cbb46e #6ecbb4

Analogous Colors of #b46ecb

#b46ecb #cb6eb4 #866ecb

Monochromatic Colors of #b46ecb

#b46ecb

Complementary Color

#b46ecb #85cb6e

#b46ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ecb Color CSS Codes

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

#b46ecb Text Font Color

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

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


#b46ecb Background Color

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

This div background color is #b46ecb


#b46ecb Border Color

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

This div border color is #b46ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ecb


Comments

No comments written yet.

Please login to write comment.