Color Hex Logo

#b90747 Color Hex

#B90747
(185,7,71)
0 Favorites   0 Comments

Color spaces of #b90747

RGB 185771
HSL0.940.930.38
HSV338°96°73°
CMYK 0.000.960.62   0.27
XYZ21.220910.92126.9508
Yxy10.92120.54280.2794
Hunter Lab33.047256.789010.6626
CIE-Lab39.447464.330015.6669

#b90747 color RGB value is (185,7,71).

#b90747 hex color red value is 185, green value is 7 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b90747 hue: 0.94 , saturation: 0.93 and the lightness value of b90747 is 0.38.

The process color (four color CMYK) of #b90747 color hex is 0.00, 0.96, 0.62, 0.27. Web safe color of #b90747 is #cc0033. Color #b90747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 01000111
Octal 271 7 107
Decimal 185 7 71
Hex B9 7 47

RGB Percentages of Color #b90747

%70.34
%2.66
%27.00

CMYK Percentages of Color #b90747

%0
%96
%62
%27

Triadic Colors of #b90747

#b90747 #47b907 #0747b9

Analogous Colors of #b90747

#b90747 #b92007 #b907a0

Monochromatic Colors of #b90747

#b90747

Complementary Color

#b90747 #07b979

#b90747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90747 Color CSS Codes

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

#b90747 Text Font Color

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

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


#b90747 Background Color

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

This div background color is #b90747


#b90747 Border Color

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

This div border color is #b90747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90747


Comments

No comments written yet.

Please login to write comment.