Color Hex Logo

#b4476c Color Hex

#B4476C
(180,71,108)
0 Favorites   0 Comments

Color spaces of #b4476c

RGB 18071108
HSL0.940.430.49
HSV340°61°71°
CMYK 0.000.610.40   0.29
XYZ23.782415.292515.8856
Yxy15.29250.43270.2782
Hunter Lab39.105640.12143.2890
CIE-Lab46.032247.69111.6644

#b4476c color RGB value is (180,71,108).

#b4476c hex color red value is 180, green value is 71 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b4476c hue: 0.94 , saturation: 0.43 and the lightness value of b4476c is 0.49.

The process color (four color CMYK) of #b4476c color hex is 0.00, 0.61, 0.40, 0.29. Web safe color of #b4476c is #cc3366. Color #b4476c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 01101100
Octal 264 107 154
Decimal 180 71 108
Hex B4 47 6C

RGB Percentages of Color #b4476c

%50.14
%19.78
%30.08

CMYK Percentages of Color #b4476c

%0
%61
%40
%29

Triadic Colors of #b4476c

#b4476c #6cb447 #476cb4

Analogous Colors of #b4476c

#b4476c #b45947 #b447a3

Monochromatic Colors of #b4476c

#b4476c

Complementary Color

#b4476c #47b48f

#b4476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4476c Color CSS Codes

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

#b4476c Text Font Color

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

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


#b4476c Background Color

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

This div background color is #b4476c


#b4476c Border Color

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

This div border color is #b4476c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4476c


Comments

No comments written yet.

Please login to write comment.