Color Hex Logo

#b1475a Color Hex

#B1475A
(177,71,90)
0 Favorites   0 Comments

Color spaces of #b1475a

RGB 1777190
HSL0.970.430.49
HSV349°60°69°
CMYK 0.000.600.49   0.31
XYZ22.230214.591811.3177
Yxy14.59180.46180.3031
Hunter Lab38.199237.03029.1730
CIE-Lab45.070044.829611.2566

#b1475a color RGB value is (177,71,90).

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

The process color (four color CMYK) of #b1475a color hex is 0.00, 0.60, 0.49, 0.31. Web safe color of #b1475a is #993366. Color #b1475a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 01011010
Octal 261 107 132
Decimal 177 71 90
Hex B1 47 5A

RGB Percentages of Color #b1475a

%52.37
%21.01
%26.63

CMYK Percentages of Color #b1475a

%0
%60
%49
%31

Triadic Colors of #b1475a

#b1475a #5ab147 #475ab1

Analogous Colors of #b1475a

#b1475a #b16947 #b1478f

Monochromatic Colors of #b1475a

#b1475a

Complementary Color

#b1475a #47b19e

#b1475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1475a Color CSS Codes

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

#b1475a Text Font Color

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

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


#b1475a Background Color

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

This div background color is #b1475a


#b1475a Border Color

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

This div border color is #b1475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1475a


Comments

No comments written yet.

Please login to write comment.