Color Hex Logo

#b2157e Color Hex

#B2157E
(178,21,126)
0 Favorites   0 Comments

Color spaces of #b2157e

RGB 17821126
HSL0.890.790.39
HSV320°88°70°
CMYK 0.000.880.29   0.30
XYZ22.394211.507720.7796
Yxy11.50770.40950.2104
Hunter Lab33.923058.4712-12.5721
CIE-Lab40.422765.6164-17.8672

#b2157e color RGB value is (178,21,126).

#b2157e hex color red value is 178, green value is 21 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2157e hue: 0.89 , saturation: 0.79 and the lightness value of b2157e is 0.39.

The process color (four color CMYK) of #b2157e color hex is 0.00, 0.88, 0.29, 0.30. Web safe color of #b2157e is #990066. Color #b2157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 01111110
Octal 262 25 176
Decimal 178 21 126
Hex B2 15 7E

RGB Percentages of Color #b2157e

%54.77
%6.46
%38.77

CMYK Percentages of Color #b2157e

%0
%88
%29
%30

Triadic Colors of #b2157e

#b2157e #7eb215 #157eb2

Analogous Colors of #b2157e

#b2157e #b21530 #9815b2

Monochromatic Colors of #b2157e

#b2157e

Complementary Color

#b2157e #15b249

#b2157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2157e Color CSS Codes

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

#b2157e Text Font Color

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

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


#b2157e Background Color

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

This div background color is #b2157e


#b2157e Border Color

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

This div border color is #b2157e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,21,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2157e


Comments

No comments written yet.

Please login to write comment.