Color Hex Logo

#b3366a Color Hex

#B3366A
(179,54,106)
0 Favorites   0 Comments

Color spaces of #b3366a

RGB 17954106
HSL0.930.540.46
HSV335°70°70°
CMYK 0.000.700.41   0.30
XYZ22.511113.262615.0091
Yxy13.26260.44330.2612
Hunter Lab36.417946.60561.0570
CIE-Lab43.156354.3703-1.3210

#b3366a color RGB value is (179,54,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110110 01101010
Octal 263 66 152
Decimal 179 54 106
Hex B3 36 6A

RGB Percentages of Color #b3366a

%52.80
%15.93
%31.27

CMYK Percentages of Color #b3366a

%0
%70
%41
%30

Triadic Colors of #b3366a

#b3366a #6ab336 #366ab3

Analogous Colors of #b3366a

#b3366a #b34136 #b336a9

Monochromatic Colors of #b3366a

#b3366a

Complementary Color

#b3366a #36b37f

#b3366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3366a Color CSS Codes

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

#b3366a Text Font Color

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

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


#b3366a Background Color

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

This div background color is #b3366a


#b3366a Border Color

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

This div border color is #b3366a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3366a


Comments

No comments written yet.

Please login to write comment.