Color Hex Logo

#b4646f Color Hex

#B4646F
(180,100,111)
0 Favorites   0 Comments

Color spaces of #b4646f

RGB 180100111
HSL0.980.350.55
HSV352°44°71°
CMYK 0.000.440.38   0.29
XYZ26.248819.965317.5092
Yxy19.96530.41190.3133
Hunter Lab44.682526.66558.0445
CIE-Lab51.798033.37448.1340

#b4646f color RGB value is (180,100,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 01101111
Octal 264 144 157
Decimal 180 100 111
Hex B4 64 6F

RGB Percentages of Color #b4646f

%46.04
%25.58
%28.39

CMYK Percentages of Color #b4646f

%0
%44
%38
%29

Triadic Colors of #b4646f

#b4646f #6fb464 #646fb4

Analogous Colors of #b4646f

#b4646f #b48164 #b46497

Monochromatic Colors of #b4646f

#b4646f

Complementary Color

#b4646f #64b4a9

#b4646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4646f Color CSS Codes

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

#b4646f Text Font Color

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

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


#b4646f Background Color

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

This div background color is #b4646f


#b4646f Border Color

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

This div border color is #b4646f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,100,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 #b4646f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4646f


Comments

No comments written yet.

Please login to write comment.