Color Hex Logo

#b2139e Color Hex

#B2139E
(178,19,158)
0 Favorites   0 Comments

Color spaces of #b2139e

RGB 17819158
HSL0.850.810.39
HSV308°89°70°
CMYK 0.000.890.11   0.30
XYZ24.764512.399333.4358
Yxy12.39930.35080.1756
Hunter Lab35.212663.9141-31.6494
CIE-Lab41.843870.0232-35.2009

#b2139e color RGB value is (178,19,158).

#b2139e hex color red value is 178, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b2139e hue: 0.85 , saturation: 0.81 and the lightness value of b2139e is 0.39.

The process color (four color CMYK) of #b2139e color hex is 0.00, 0.89, 0.11, 0.30. Web safe color of #b2139e is #990099. Color #b2139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 10011110
Octal 262 23 236
Decimal 178 19 158
Hex B2 13 9E

RGB Percentages of Color #b2139e

%50.14
%5.35
%44.51

CMYK Percentages of Color #b2139e

%0
%89
%11
%30

Triadic Colors of #b2139e

#b2139e #9eb213 #139eb2

Analogous Colors of #b2139e

#b2139e #b2134f #7713b2

Monochromatic Colors of #b2139e

#b2139e

Complementary Color

#b2139e #13b227

#b2139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2139e Color CSS Codes

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

#b2139e Text Font Color

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

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


#b2139e Background Color

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

This div background color is #b2139e


#b2139e Border Color

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

This div border color is #b2139e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2139e


Comments

No comments written yet.

Please login to write comment.