Color Hex Logo

#b4666f Color Hex

#B4666F
(180,102,111)
0 Favorites   0 Comments

Color spaces of #b4666f

RGB 180102111
HSL0.980.340.55
HSV353°43°71°
CMYK 0.000.430.38   0.29
XYZ26.443020.353717.5739
Yxy20.35370.41080.3162
Hunter Lab45.115125.67168.4850
CIE-Lab52.234832.29268.7533

#b4666f color RGB value is (180,102,111).

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

The process color (four color CMYK) of #b4666f color hex is 0.00, 0.43, 0.38, 0.29. Web safe color of #b4666f is #cc6666. Color #b4666f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 01101111
Octal 264 146 157
Decimal 180 102 111
Hex B4 66 6F

RGB Percentages of Color #b4666f

%45.80
%25.95
%28.24

CMYK Percentages of Color #b4666f

%0
%43
%38
%29

Triadic Colors of #b4666f

#b4666f #6fb466 #666fb4

Analogous Colors of #b4666f

#b4666f #b48466 #b46696

Monochromatic Colors of #b4666f

#b4666f

Complementary Color

#b4666f #66b4ab

#b4666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4666f Color CSS Codes

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

#b4666f Text Font Color

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

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


#b4666f Background Color

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

This div background color is #b4666f


#b4666f Border Color

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

This div border color is #b4666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4666f


Comments

No comments written yet.

Please login to write comment.