Color Hex Logo

#b46acc Color Hex

#B46ACC
(180,106,204)
0 Favorites   0 Comments

Color spaces of #b46acc

RGB 180106204
HSL0.790.490.61
HSV285°48°80°
CMYK 0.120.480.00   0.20
XYZ34.875524.371059.9927
Yxy24.37100.29250.2044
Hunter Lab49.367039.7098-37.4946
CIE-Lab56.457345.6407-39.0354

#b46acc color RGB value is (180,106,204).

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

The process color (four color CMYK) of #b46acc color hex is 0.12, 0.48, 0.00, 0.20. Web safe color of #b46acc is #cc66cc. Color #b46acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11001100
Octal 264 152 314
Decimal 180 106 204
Hex B4 6A CC

RGB Percentages of Color #b46acc

%36.73
%21.63
%41.63

CMYK Percentages of Color #b46acc

%12
%48
%0
%20

Triadic Colors of #b46acc

#b46acc #ccb46a #6accb4

Analogous Colors of #b46acc

#b46acc #cc6ab3 #836acc

Monochromatic Colors of #b46acc

#b46acc

Complementary Color

#b46acc #82cc6a

#b46acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46acc Color CSS Codes

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

#b46acc Text Font Color

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

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


#b46acc Background Color

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

This div background color is #b46acc


#b46acc Border Color

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

This div border color is #b46acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46acc


Comments

No comments written yet.

Please login to write comment.