Color Hex Logo

#b46caf Color Hex

#B46CAF
(180,108,175)
0 Favorites   0 Comments

Color spaces of #b46caf

RGB 180108175
HSL0.840.320.56
HSV304°40°71°
CMYK 0.000.400.03   0.29
XYZ31.922823.523643.4154
Yxy23.52360.32290.2379
Hunter Lab48.501132.6093-19.1222
CIE-Lab55.607638.9020-23.7443

#b46caf color RGB value is (180,108,175).

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

The process color (four color CMYK) of #b46caf color hex is 0.00, 0.40, 0.03, 0.29. Web safe color of #b46caf is #cc6699. Color #b46caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 10101111
Octal 264 154 257
Decimal 180 108 175
Hex B4 6C AF

RGB Percentages of Color #b46caf

%38.88
%23.33
%37.80

CMYK Percentages of Color #b46caf

%0
%40
%3
%29

Triadic Colors of #b46caf

#b46caf #afb46c #6cafb4

Analogous Colors of #b46caf

#b46caf #b46c8b #956cb4

Monochromatic Colors of #b46caf

#b46caf

Complementary Color

#b46caf #6cb471

#b46caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46caf Color CSS Codes

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

#b46caf Text Font Color

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

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


#b46caf Background Color

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

This div background color is #b46caf


#b46caf Border Color

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

This div border color is #b46caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46caf


Comments

No comments written yet.

Please login to write comment.