Color Hex Logo

#b04850 Color Hex

#B04850
(176,72,80)
0 Favorites   0 Comments

Color spaces of #b04850

RGB 1767280
HSL0.990.420.49
HSV355°59°69°
CMYK 0.000.590.55   0.31
XYZ21.669814.44409.2353
Yxy14.44400.47780.3185
Hunter Lab38.005335.267712.1962
CIE-Lab44.863143.110617.0623

#b04850 color RGB value is (176,72,80).

#b04850 hex color red value is 176, green value is 72 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b04850 hue: 0.99 , saturation: 0.42 and the lightness value of b04850 is 0.49.

The process color (four color CMYK) of #b04850 color hex is 0.00, 0.59, 0.55, 0.31. Web safe color of #b04850 is #993366. Color #b04850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001000 01010000
Octal 260 110 120
Decimal 176 72 80
Hex B0 48 50

RGB Percentages of Color #b04850

%53.66
%21.95
%24.39

CMYK Percentages of Color #b04850

%0
%59
%55
%31

Triadic Colors of #b04850

#b04850 #50b048 #4850b0

Analogous Colors of #b04850

#b04850 #b07448 #b04884

Monochromatic Colors of #b04850

#b04850

Complementary Color

#b04850 #48b0a8

#b04850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04850 Color CSS Codes

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

#b04850 Text Font Color

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

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


#b04850 Background Color

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

This div background color is #b04850


#b04850 Border Color

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

This div border color is #b04850


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,72,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b04850; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b04850;
  -webkit-box-shadow: 1px 1px 3px 2px #b04850;
  box-shadow:         1px 1px 3px 2px #b04850; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,72,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04850


Comments

No comments written yet.

Please login to write comment.