Color Hex Logo

#b3346a Color Hex

#B3346A
(179,52,106)
0 Favorites   0 Comments

Color spaces of #b3346a

RGB 17952106
HSL0.930.550.45
HSV334°71°70°
CMYK 0.000.710.41   0.30
XYZ22.419913.080314.9788
Yxy13.08030.44410.2591
Hunter Lab36.166747.36120.7611
CIE-Lab42.884055.1256-1.7209

#b3346a color RGB value is (179,52,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 01101010
Octal 263 64 152
Decimal 179 52 106
Hex B3 34 6A

RGB Percentages of Color #b3346a

%53.12
%15.43
%31.45

CMYK Percentages of Color #b3346a

%0
%71
%41
%30

Triadic Colors of #b3346a

#b3346a #6ab334 #346ab3

Analogous Colors of #b3346a

#b3346a #b33d34 #b334aa

Monochromatic Colors of #b3346a

#b3346a

Complementary Color

#b3346a #34b37d

#b3346a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3346a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3346a Color CSS Codes

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

#b3346a Text Font Color

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

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


#b3346a Background Color

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

This div background color is #b3346a


#b3346a Border Color

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

This div border color is #b3346a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3346a


Comments

No comments written yet.

Please login to write comment.