Color Hex Logo

#b32370 Color Hex

#B32370
(179,35,112)
0 Favorites   0 Comments

Color spaces of #b32370

RGB 17935112
HSL0.910.670.42
HSV328°80°70°
CMYK 0.000.800.37   0.30
XYZ22.116111.955616.4713
Yxy11.95560.43760.2365
Hunter Lab34.576953.6629-4.0400
CIE-Lab41.145561.2175-8.0395

#b32370 color RGB value is (179,35,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 01110000
Octal 263 43 160
Decimal 179 35 112
Hex B3 23 70

RGB Percentages of Color #b32370

%54.91
%10.74
%34.36

CMYK Percentages of Color #b32370

%0
%80
%37
%30

Triadic Colors of #b32370

#b32370 #70b323 #2370b3

Analogous Colors of #b32370

#b32370 #b32328 #ae23b3

Monochromatic Colors of #b32370

#b32370

Complementary Color

#b32370 #23b366

#b32370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32370 Color CSS Codes

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

#b32370 Text Font Color

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

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


#b32370 Background Color

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

This div background color is #b32370


#b32370 Border Color

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

This div border color is #b32370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32370


Comments

No comments written yet.

Please login to write comment.