Color Hex Logo

#b3389e Color Hex

#B3389E
(179,56,158)
0 Favorites   0 Comments

Color spaces of #b3389e

RGB 17956158
HSL0.860.520.46
HSV310°69°70°
CMYK 0.000.690.12   0.30
XYZ26.176114.880733.8404
Yxy14.88070.34950.1987
Hunter Lab38.575553.6172-25.0093
CIE-Lab45.470460.3476-29.4904

#b3389e color RGB value is (179,56,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 10011110
Octal 263 70 236
Decimal 179 56 158
Hex B3 38 9E

RGB Percentages of Color #b3389e

%45.55
%14.25
%40.20

CMYK Percentages of Color #b3389e

%0
%69
%12
%30

Triadic Colors of #b3389e

#b3389e #9eb338 #389eb3

Analogous Colors of #b3389e

#b3389e #b33861 #8b38b3

Monochromatic Colors of #b3389e

#b3389e

Complementary Color

#b3389e #38b34d

#b3389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3389e Color CSS Codes

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

#b3389e Text Font Color

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

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


#b3389e Background Color

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

This div background color is #b3389e


#b3389e Border Color

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

This div border color is #b3389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3389e


Comments

No comments written yet.

Please login to write comment.