Color Hex Logo

#b3297e Color Hex

#B3297E
(179,41,126)
0 Favorites   0 Comments

Color spaces of #b3297e

RGB 17941126
HSL0.900.630.43
HSV323°77°70°
CMYK 0.000.770.30   0.30
XYZ23.149212.675920.9653
Yxy12.67590.40760.2232
Hunter Lab35.603253.7549-9.9912
CIE-Lab42.270861.0829-15.0229

#b3297e color RGB value is (179,41,126).

#b3297e hex color red value is 179, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3297e hue: 0.90 , saturation: 0.63 and the lightness value of b3297e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 01111110
Octal 263 51 176
Decimal 179 41 126
Hex B3 29 7E

RGB Percentages of Color #b3297e

%51.73
%11.85
%36.42

CMYK Percentages of Color #b3297e

%0
%77
%30
%30

Triadic Colors of #b3297e

#b3297e #7eb329 #297eb3

Analogous Colors of #b3297e

#b3297e #b32939 #a329b3

Monochromatic Colors of #b3297e

#b3297e

Complementary Color

#b3297e #29b35e

#b3297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3297e Color CSS Codes

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

#b3297e Text Font Color

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

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


#b3297e Background Color

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

This div background color is #b3297e


#b3297e Border Color

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

This div border color is #b3297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3297e


Comments

No comments written yet.

Please login to write comment.