Color Hex Logo

#b3396a Color Hex

#B3396A
(179,57,106)
0 Favorites   0 Comments

Color spaces of #b3396a

RGB 17957106
HSL0.930.520.46
HSV336°68°70°
CMYK 0.000.680.41   0.30
XYZ22.655113.550615.0571
Yxy13.55060.44190.2643
Hunter Lab36.811145.43681.5160
CIE-Lab43.581453.1960-0.6980

#b3396a color RGB value is (179,57,106).

#b3396a hex color red value is 179, green value is 57 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b3396a hue: 0.93 , saturation: 0.52 and the lightness value of b3396a is 0.46.

The process color (four color CMYK) of #b3396a color hex is 0.00, 0.68, 0.41, 0.30. Web safe color of #b3396a is #cc3366. Color #b3396a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 01101010
Octal 263 71 152
Decimal 179 57 106
Hex B3 39 6A

RGB Percentages of Color #b3396a

%52.34
%16.67
%30.99

CMYK Percentages of Color #b3396a

%0
%68
%41
%30

Triadic Colors of #b3396a

#b3396a #6ab339 #396ab3

Analogous Colors of #b3396a

#b3396a #b34539 #b339a7

Monochromatic Colors of #b3396a

#b3396a

Complementary Color

#b3396a #39b382

#b3396a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3396a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3396a Color CSS Codes

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

#b3396a Text Font Color

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

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


#b3396a Background Color

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

This div background color is #b3396a


#b3396a Border Color

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

This div border color is #b3396a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3396a


Comments

No comments written yet.

Please login to write comment.