Color Hex Logo

#b4687c Color Hex

#B4687C
(180,104,124)
0 Favorites   0 Comments

Color spaces of #b4687c

RGB 180104124
HSL0.960.340.56
HSV344°42°71°
CMYK 0.000.420.31   0.29
XYZ27.410821.059221.6889
Yxy21.05920.39070.3002
Hunter Lab45.890326.31204.1013
CIE-Lab53.014232.86742.1866

#b4687c color RGB value is (180,104,124).

#b4687c hex color red value is 180, green value is 104 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b4687c hue: 0.96 , saturation: 0.34 and the lightness value of b4687c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 01111100
Octal 264 150 174
Decimal 180 104 124
Hex B4 68 7C

RGB Percentages of Color #b4687c

%44.12
%25.49
%30.39

CMYK Percentages of Color #b4687c

%0
%42
%31
%29

Triadic Colors of #b4687c

#b4687c #7cb468 #687cb4

Analogous Colors of #b4687c

#b4687c #b47a68 #b468a2

Monochromatic Colors of #b4687c

#b4687c

Complementary Color

#b4687c #68b4a0

#b4687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4687c Color CSS Codes

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

#b4687c Text Font Color

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

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


#b4687c Background Color

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

This div background color is #b4687c


#b4687c Border Color

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

This div border color is #b4687c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4687c


Comments

No comments written yet.

Please login to write comment.