Color Hex Logo

#b46cc3 Color Hex

#B46CC3
(180,108,195)
0 Favorites   0 Comments

Color spaces of #b46cc3

RGB 180108195
HSL0.800.420.59
HSV290°45°76°
CMYK 0.080.450.00   0.24
XYZ34.035324.368654.5395
Yxy24.36860.30130.2158
Hunter Lab49.364636.6821-30.9502
CIE-Lab56.455042.7530-33.9129

#b46cc3 color RGB value is (180,108,195).

#b46cc3 hex color red value is 180, green value is 108 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b46cc3 hue: 0.80 , saturation: 0.42 and the lightness value of b46cc3 is 0.59.

The process color (four color CMYK) of #b46cc3 color hex is 0.08, 0.45, 0.00, 0.24. Web safe color of #b46cc3 is #cc66cc. Color #b46cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11000011
Octal 264 154 303
Decimal 180 108 195
Hex B4 6C C3

RGB Percentages of Color #b46cc3

%37.27
%22.36
%40.37

CMYK Percentages of Color #b46cc3

%8
%45
%0
%24

Triadic Colors of #b46cc3

#b46cc3 #c3b46c #6cc3b4

Analogous Colors of #b46cc3

#b46cc3 #c36ca7 #896cc3

Monochromatic Colors of #b46cc3

#b46cc3

Complementary Color

#b46cc3 #7bc36c

#b46cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cc3 Color CSS Codes

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

#b46cc3 Text Font Color

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

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


#b46cc3 Background Color

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

This div background color is #b46cc3


#b46cc3 Border Color

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

This div border color is #b46cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cc3


Comments

No comments written yet.

Please login to write comment.