Color Hex Logo

#b1239e Color Hex

#B1239E
(177,35,158)
0 Favorites   0 Comments

Color spaces of #b1239e

RGB 17735158
HSL0.860.670.42
HSV308°80°69°
CMYK 0.000.800.11   0.31
XYZ24.904013.017833.5478
Yxy13.01780.34850.1821
Hunter Lab36.080260.0676-29.8724
CIE-Lab42.790166.5432-33.7200

#b1239e color RGB value is (177,35,158).

#b1239e hex color red value is 177, green value is 35 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b1239e hue: 0.86 , saturation: 0.67 and the lightness value of b1239e is 0.42.

The process color (four color CMYK) of #b1239e color hex is 0.00, 0.80, 0.11, 0.31. Web safe color of #b1239e is #993399. Color #b1239e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100011 10011110
Octal 261 43 236
Decimal 177 35 158
Hex B1 23 9E

RGB Percentages of Color #b1239e

%47.84
%9.46
%42.70

CMYK Percentages of Color #b1239e

%0
%80
%11
%31

Triadic Colors of #b1239e

#b1239e #9eb123 #239eb1

Analogous Colors of #b1239e

#b1239e #b12357 #7d23b1

Monochromatic Colors of #b1239e

#b1239e

Complementary Color

#b1239e #23b136

#b1239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1239e Color CSS Codes

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

#b1239e Text Font Color

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

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


#b1239e Background Color

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

This div background color is #b1239e


#b1239e Border Color

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

This div border color is #b1239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1239e


Comments

No comments written yet.

Please login to write comment.