Color Hex Logo

#b4697e Color Hex

#B4697E
(180,105,126)
0 Favorites   0 Comments

Color spaces of #b4697e

RGB 180105126
HSL0.950.330.56
HSV343°42°71°
CMYK 0.000.420.30   0.29
XYZ27.639921.312822.3957
Yxy21.31280.38740.2987
Hunter Lab46.165826.07953.5536
CIE-Lab53.290132.59581.4070

#b4697e color RGB value is (180,105,126).

#b4697e hex color red value is 180, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b4697e hue: 0.95 , saturation: 0.33 and the lightness value of b4697e is 0.56.

The process color (four color CMYK) of #b4697e color hex is 0.00, 0.42, 0.30, 0.29. Web safe color of #b4697e is #cc6666. Color #b4697e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01111110
Octal 264 151 176
Decimal 180 105 126
Hex B4 69 7E

RGB Percentages of Color #b4697e

%43.80
%25.55
%30.66

CMYK Percentages of Color #b4697e

%0
%42
%30
%29

Triadic Colors of #b4697e

#b4697e #7eb469 #697eb4

Analogous Colors of #b4697e

#b4697e #b47a69 #b469a4

Monochromatic Colors of #b4697e

#b4697e

Complementary Color

#b4697e #69b49f

#b4697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4697e Color CSS Codes

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

#b4697e Text Font Color

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

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


#b4697e Background Color

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

This div background color is #b4697e


#b4697e Border Color

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

This div border color is #b4697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4697e


Comments

No comments written yet.

Please login to write comment.