Color Hex Logo

#b32350 Color Hex

#B32350
(179,35,80)
0 Favorites   0 Comments

Color spaces of #b32350

RGB 1793580
HSL0.950.670.42
HSV341°80°70°
CMYK 0.000.800.55   0.30
XYZ20.639411.36508.6953
Yxy11.36500.50710.2792
Hunter Lab33.712050.28658.3058
CIE-Lab40.188558.339210.7500

#b32350 color RGB value is (179,35,80).

#b32350 hex color red value is 179, green value is 35 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b32350 hue: 0.95 , saturation: 0.67 and the lightness value of b32350 is 0.42.

The process color (four color CMYK) of #b32350 color hex is 0.00, 0.80, 0.55, 0.30. Web safe color of #b32350 is #cc3366. Color #b32350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 01010000
Octal 263 43 120
Decimal 179 35 80
Hex B3 23 50

RGB Percentages of Color #b32350

%60.88
%11.90
%27.21

CMYK Percentages of Color #b32350

%0
%80
%55
%30

Triadic Colors of #b32350

#b32350 #50b323 #2350b3

Analogous Colors of #b32350

#b32350 #b33e23 #b32398

Monochromatic Colors of #b32350

#b32350

Complementary Color

#b32350 #23b386

#b32350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32350 Color CSS Codes

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

#b32350 Text Font Color

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

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


#b32350 Background Color

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

This div background color is #b32350


#b32350 Border Color

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

This div border color is #b32350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32350


Comments

No comments written yet.

Please login to write comment.