Color Hex Logo

#b32953 Color Hex

#B32953
(179,41,83)
0 Favorites   0 Comments

Color spaces of #b32953

RGB 1794183
HSL0.950.630.43
HSV342°77°70°
CMYK 0.000.770.54   0.30
XYZ20.944711.79419.3562
Yxy11.79410.49760.2802
Hunter Lab34.342548.76357.8870
CIE-Lab40.887056.80329.8252

#b32953 color RGB value is (179,41,83).

#b32953 hex color red value is 179, green value is 41 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b32953 hue: 0.95 , saturation: 0.63 and the lightness value of b32953 is 0.43.

The process color (four color CMYK) of #b32953 color hex is 0.00, 0.77, 0.54, 0.30. Web safe color of #b32953 is #cc3366. Color #b32953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 01010011
Octal 263 51 123
Decimal 179 41 83
Hex B3 29 53

RGB Percentages of Color #b32953

%59.08
%13.53
%27.39

CMYK Percentages of Color #b32953

%0
%77
%54
%30

Triadic Colors of #b32953

#b32953 #53b329 #2953b3

Analogous Colors of #b32953

#b32953 #b34429 #b32998

Monochromatic Colors of #b32953

#b32953

Complementary Color

#b32953 #29b389

#b32953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32953 Color CSS Codes

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

#b32953 Text Font Color

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

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


#b32953 Background Color

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

This div background color is #b32953


#b32953 Border Color

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

This div border color is #b32953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32953


Comments

No comments written yet.

Please login to write comment.