Color Hex Logo

#b0355e Color Hex

#B0355E
(176,53,94)
0 Favorites   0 Comments

Color spaces of #b0355e

RGB 1765394
HSL0.940.540.45
HSV340°70°69°
CMYK 0.000.700.47   0.31
XYZ21.198012.584511.9015
Yxy12.58450.46400.2755
Hunter Lab35.474644.58274.9409
CIE-Lab42.130452.65634.5986

#b0355e color RGB value is (176,53,94).

#b0355e hex color red value is 176, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b0355e hue: 0.94 , saturation: 0.54 and the lightness value of b0355e is 0.45.

The process color (four color CMYK) of #b0355e color hex is 0.00, 0.70, 0.47, 0.31. Web safe color of #b0355e is #993366. Color #b0355e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 01011110
Octal 260 65 136
Decimal 176 53 94
Hex B0 35 5E

RGB Percentages of Color #b0355e

%54.49
%16.41
%29.10

CMYK Percentages of Color #b0355e

%0
%70
%47
%31

Triadic Colors of #b0355e

#b0355e #5eb035 #355eb0

Analogous Colors of #b0355e

#b0355e #b04a35 #b0359c

Monochromatic Colors of #b0355e

#b0355e

Complementary Color

#b0355e #35b087

#b0355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0355e Color CSS Codes

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

#b0355e Text Font Color

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

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


#b0355e Background Color

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

This div background color is #b0355e


#b0355e Border Color

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

This div border color is #b0355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0355e


Comments

No comments written yet.

Please login to write comment.