Color Hex Logo

#b46bb2 Color Hex

#B46BB2
(180,107,178)
0 Favorites   0 Comments

Color spaces of #b46bb2

RGB 180107178
HSL0.840.330.56
HSV302°41°71°
CMYK 0.000.410.01   0.29
XYZ32.116023.433044.9498
Yxy23.43300.31960.2332
Hunter Lab48.407633.7123-21.1695
CIE-Lab55.515639.9985-25.6171

#b46bb2 color RGB value is (180,107,178).

#b46bb2 hex color red value is 180, green value is 107 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b46bb2 hue: 0.84 , saturation: 0.33 and the lightness value of b46bb2 is 0.56.

The process color (four color CMYK) of #b46bb2 color hex is 0.00, 0.41, 0.01, 0.29. Web safe color of #b46bb2 is #cc6699. Color #b46bb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101011 10110010
Octal 264 153 262
Decimal 180 107 178
Hex B4 6B B2

RGB Percentages of Color #b46bb2

%38.71
%23.01
%38.28

CMYK Percentages of Color #b46bb2

%0
%41
%1
%29

Triadic Colors of #b46bb2

#b46bb2 #b2b46b #6bb2b4

Analogous Colors of #b46bb2

#b46bb2 #b46b8e #926bb4

Monochromatic Colors of #b46bb2

#b46bb2

Complementary Color

#b46bb2 #6bb46d

#b46bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46bb2 Color CSS Codes

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

#b46bb2 Text Font Color

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

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


#b46bb2 Background Color

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

This div background color is #b46bb2


#b46bb2 Border Color

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

This div border color is #b46bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46bb2


Comments

No comments written yet.

Please login to write comment.