Color Hex Logo

#b2399e Color Hex

#B2399E
(178,57,158)
0 Favorites   0 Comments

Color spaces of #b2399e

RGB 17857158
HSL0.860.510.46
HSV310°68°70°
CMYK 0.000.680.11   0.30
XYZ25.994814.859933.8459
Yxy14.85990.34800.1989
Hunter Lab38.548552.9096-25.0731
CIE-Lab45.441759.7183-29.5471

#b2399e color RGB value is (178,57,158).

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

The process color (four color CMYK) of #b2399e color hex is 0.00, 0.68, 0.11, 0.30. Web safe color of #b2399e is #993399. Color #b2399e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 10011110
Octal 262 71 236
Decimal 178 57 158
Hex B2 39 9E

RGB Percentages of Color #b2399e

%45.29
%14.50
%40.20

CMYK Percentages of Color #b2399e

%0
%68
%11
%30

Triadic Colors of #b2399e

#b2399e #9eb239 #399eb2

Analogous Colors of #b2399e

#b2399e #b23962 #8a39b2

Monochromatic Colors of #b2399e

#b2399e

Complementary Color

#b2399e #39b24d

#b2399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2399e Color CSS Codes

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

#b2399e Text Font Color

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

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


#b2399e Background Color

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

This div background color is #b2399e


#b2399e Border Color

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

This div border color is #b2399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2399e


Comments

No comments written yet.

Please login to write comment.