Color Hex Logo

#b46689 Color Hex

#B46689
(180,102,137)
0 Favorites   0 Comments

Color spaces of #b46689

RGB 180102137
HSL0.930.340.55
HSV333°43°71°
CMYK 0.000.430.24   0.29
XYZ28.089121.012226.2422
Yxy21.01220.37280.2789
Hunter Lab45.839129.1622-1.8553
CIE-Lab52.962835.7915-5.5624

#b46689 color RGB value is (180,102,137).

#b46689 hex color red value is 180, green value is 102 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b46689 hue: 0.93 , saturation: 0.34 and the lightness value of b46689 is 0.55.

The process color (four color CMYK) of #b46689 color hex is 0.00, 0.43, 0.24, 0.29. Web safe color of #b46689 is #cc6699. Color #b46689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 10001001
Octal 264 146 211
Decimal 180 102 137
Hex B4 66 89

RGB Percentages of Color #b46689

%42.96
%24.34
%32.70

CMYK Percentages of Color #b46689

%0
%43
%24
%29

Triadic Colors of #b46689

#b46689 #89b466 #6689b4

Analogous Colors of #b46689

#b46689 #b46a66 #b466b0

Monochromatic Colors of #b46689

#b46689

Complementary Color

#b46689 #66b491

#b46689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46689 Color CSS Codes

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

#b46689 Text Font Color

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

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


#b46689 Background Color

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

This div background color is #b46689


#b46689 Border Color

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

This div border color is #b46689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46689


Comments

No comments written yet.

Please login to write comment.