Color Hex Logo

#b46cbf Color Hex

#B46CBF
(180,108,191)
0 Favorites   0 Comments

Color spaces of #b46cbf

RGB 180108191
HSL0.810.390.59
HSV292°43°75°
CMYK 0.060.430.00   0.25
XYZ33.588924.190052.1890
Yxy24.19000.30540.2200
Hunter Lab49.183335.8326-28.4850
CIE-Lab56.277541.9587-31.9035

#b46cbf color RGB value is (180,108,191).

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

The process color (four color CMYK) of #b46cbf color hex is 0.06, 0.43, 0.00, 0.25. Web safe color of #b46cbf is #cc66cc. Color #b46cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 10111111
Octal 264 154 277
Decimal 180 108 191
Hex B4 6C BF

RGB Percentages of Color #b46cbf

%37.58
%22.55
%39.87

CMYK Percentages of Color #b46cbf

%6
%43
%0
%25

Triadic Colors of #b46cbf

#b46cbf #bfb46c #6cbfb4

Analogous Colors of #b46cbf

#b46cbf #bf6ca1 #8b6cbf

Monochromatic Colors of #b46cbf

#b46cbf

Complementary Color

#b46cbf #77bf6c

#b46cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cbf Color CSS Codes

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

#b46cbf Text Font Color

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

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


#b46cbf Background Color

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

This div background color is #b46cbf


#b46cbf Border Color

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

This div border color is #b46cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cbf


Comments

No comments written yet.

Please login to write comment.