Color Hex Logo

#b4678f Color Hex

#B4678F
(180,103,143)
0 Favorites   0 Comments

Color spaces of #b4678f

RGB 180103143
HSL0.910.340.55
HSV329°43°71°
CMYK 0.000.430.21   0.29
XYZ28.630621.387028.6057
Yxy21.38700.36410.2720
Hunter Lab46.246129.5774-4.3018
CIE-Lab53.370536.1611-8.4894

#b4678f color RGB value is (180,103,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 10001111
Octal 264 147 217
Decimal 180 103 143
Hex B4 67 8F

RGB Percentages of Color #b4678f

%42.25
%24.18
%33.57

CMYK Percentages of Color #b4678f

%0
%43
%21
%29

Triadic Colors of #b4678f

#b4678f #8fb467 #678fb4

Analogous Colors of #b4678f

#b4678f #b46769 #b367b4

Monochromatic Colors of #b4678f

#b4678f

Complementary Color

#b4678f #67b48c

#b4678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4678f Color CSS Codes

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

#b4678f Text Font Color

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

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


#b4678f Background Color

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

This div background color is #b4678f


#b4678f Border Color

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

This div border color is #b4678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4678f


Comments

No comments written yet.

Please login to write comment.