Color Hex Logo

#b35b7a Color Hex

#B35B7A
(179,91,122)
0 Favorites   0 Comments

Color spaces of #b35b7a

RGB 17991122
HSL0.940.370.53
HSV339°49°70°
CMYK 0.000.490.32   0.30
XYZ25.844318.471020.6155
Yxy18.47100.39800.2845
Hunter Lab42.977932.12771.6445
CIE-Lab50.062539.1737-0.9431

#b35b7a color RGB value is (179,91,122).

#b35b7a hex color red value is 179, green value is 91 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b35b7a hue: 0.94 , saturation: 0.37 and the lightness value of b35b7a is 0.53.

The process color (four color CMYK) of #b35b7a color hex is 0.00, 0.49, 0.32, 0.30. Web safe color of #b35b7a is #cc6666. Color #b35b7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011011 01111010
Octal 263 133 172
Decimal 179 91 122
Hex B3 5B 7A

RGB Percentages of Color #b35b7a

%45.66
%23.21
%31.12

CMYK Percentages of Color #b35b7a

%0
%49
%32
%30

Triadic Colors of #b35b7a

#b35b7a #7ab35b #5b7ab3

Analogous Colors of #b35b7a

#b35b7a #b3685b #b35ba6

Monochromatic Colors of #b35b7a

#b35b7a

Complementary Color

#b35b7a #5bb394

#b35b7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35b7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35b7a Color CSS Codes

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

#b35b7a Text Font Color

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

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


#b35b7a Background Color

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

This div background color is #b35b7a


#b35b7a Border Color

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

This div border color is #b35b7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,91,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b35b7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b35b7a;
  -webkit-box-shadow: 1px 1px 3px 2px #b35b7a;
  box-shadow:         1px 1px 3px 2px #b35b7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,91,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35b7a


Comments

No comments written yet.

Please login to write comment.