Color Hex Logo

#b3537a Color Hex

#B3537A
(179,83,122)
0 Favorites   0 Comments

Color spaces of #b3537a

RGB 17983122
HSL0.930.390.51
HSV336°54°70°
CMYK 0.000.540.32   0.30
XYZ25.196517.175420.3995
Yxy17.17540.40140.2736
Hunter Lab41.443235.9982-0.1739
CIE-Lab48.480343.2641-3.2685

#b3537a color RGB value is (179,83,122).

#b3537a hex color red value is 179, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b3537a hue: 0.93 , saturation: 0.39 and the lightness value of b3537a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 01111010
Octal 263 123 172
Decimal 179 83 122
Hex B3 53 7A

RGB Percentages of Color #b3537a

%46.61
%21.61
%31.77

CMYK Percentages of Color #b3537a

%0
%54
%32
%30

Triadic Colors of #b3537a

#b3537a #7ab353 #537ab3

Analogous Colors of #b3537a

#b3537a #b35c53 #b353aa

Monochromatic Colors of #b3537a

#b3537a

Complementary Color

#b3537a #53b38c

#b3537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3537a Color CSS Codes

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

#b3537a Text Font Color

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

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


#b3537a Background Color

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

This div background color is #b3537a


#b3537a Border Color

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

This div border color is #b3537a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,83,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 #b3537a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3537a


Comments

No comments written yet.

Please login to write comment.