Color Hex Logo

#b46eac Color Hex

#B46EAC
(180,110,172)
0 Favorites   0 Comments

Color spaces of #b46eac

RGB 180110172
HSL0.850.320.57
HSV307°39°71°
CMYK 0.000.390.04   0.29
XYZ31.844723.833741.9517
Yxy23.83370.32620.2441
Hunter Lab48.819830.9994-16.7751
CIE-Lab55.920937.2680-21.5309

#b46eac color RGB value is (180,110,172).

#b46eac hex color red value is 180, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b46eac hue: 0.85 , saturation: 0.32 and the lightness value of b46eac is 0.57.

The process color (four color CMYK) of #b46eac color hex is 0.00, 0.39, 0.04, 0.29. Web safe color of #b46eac is #cc6699. Color #b46eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 10101100
Octal 264 156 254
Decimal 180 110 172
Hex B4 6E AC

RGB Percentages of Color #b46eac

%38.96
%23.81
%37.23

CMYK Percentages of Color #b46eac

%0
%39
%4
%29

Triadic Colors of #b46eac

#b46eac #acb46e #6eacb4

Analogous Colors of #b46eac

#b46eac #b46e89 #996eb4

Monochromatic Colors of #b46eac

#b46eac

Complementary Color

#b46eac #6eb476

#b46eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46eac Color CSS Codes

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

#b46eac Text Font Color

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

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


#b46eac Background Color

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

This div background color is #b46eac


#b46eac Border Color

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

This div border color is #b46eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46eac


Comments

No comments written yet.

Please login to write comment.