Color Hex Logo

#b32360 Color Hex

#B32360
(179,35,96)
0 Favorites   0 Comments

Color spaces of #b32360

RGB 1793596
HSL0.930.670.42
HSV335°80°70°
CMYK 0.000.800.46   0.30
XYZ21.302811.630312.1884
Yxy11.63030.47210.2578
Hunter Lab34.103251.82052.6822
CIE-Lab40.622459.65511.2363

#b32360 color RGB value is (179,35,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 01100000
Octal 263 43 140
Decimal 179 35 96
Hex B3 23 60

RGB Percentages of Color #b32360

%57.74
%11.29
%30.97

CMYK Percentages of Color #b32360

%0
%80
%46
%30

Triadic Colors of #b32360

#b32360 #60b323 #2360b3

Analogous Colors of #b32360

#b32360 #b32e23 #b323a8

Monochromatic Colors of #b32360

#b32360

Complementary Color

#b32360 #23b376

#b32360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32360 Color CSS Codes

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

#b32360 Text Font Color

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

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


#b32360 Background Color

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

This div background color is #b32360


#b32360 Border Color

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

This div border color is #b32360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32360


Comments

No comments written yet.

Please login to write comment.