Color Hex Logo

#b3399e Color Hex

#B3399E
(179,57,158)
0 Favorites   0 Comments

Color spaces of #b3399e

RGB 17957158
HSL0.860.520.46
HSV310°68°70°
CMYK 0.000.680.12   0.30
XYZ26.225114.978633.8567
Yxy14.97860.34940.1996
Hunter Lab38.702253.2250-24.7754
CIE-Lab45.604959.9707-29.2802

#b3399e color RGB value is (179,57,158).

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

The process color (four color CMYK) of #b3399e color hex is 0.00, 0.68, 0.12, 0.30. Web safe color of #b3399e is #cc3399. Color #b3399e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 10011110
Octal 263 71 236
Decimal 179 57 158
Hex B3 39 9E

RGB Percentages of Color #b3399e

%45.43
%14.47
%40.10

CMYK Percentages of Color #b3399e

%0
%68
%12
%30

Triadic Colors of #b3399e

#b3399e #9eb339 #399eb3

Analogous Colors of #b3399e

#b3399e #b33961 #8b39b3

Monochromatic Colors of #b3399e

#b3399e

Complementary Color

#b3399e #39b34e

#b3399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3399e Color CSS Codes

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

#b3399e Text Font Color

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

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


#b3399e Background Color

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

This div background color is #b3399e


#b3399e Border Color

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

This div border color is #b3399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3399e


Comments

No comments written yet.

Please login to write comment.