Color Hex Logo

#b2157d Color Hex

#B2157D
(178,21,125)
0 Favorites   0 Comments

Color spaces of #b2157d

RGB 17821125
HSL0.890.790.39
HSV320°88°70°
CMYK 0.000.880.30   0.30
XYZ22.329911.482020.4414
Yxy11.48200.41160.2116
Hunter Lab33.885158.3306-12.0475
CIE-Lab40.380765.5017-17.3116

#b2157d color RGB value is (178,21,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 01111101
Octal 262 25 175
Decimal 178 21 125
Hex B2 15 7D

RGB Percentages of Color #b2157d

%54.94
%6.48
%38.58

CMYK Percentages of Color #b2157d

%0
%88
%30
%30

Triadic Colors of #b2157d

#b2157d #7db215 #157db2

Analogous Colors of #b2157d

#b2157d #b2152f #9915b2

Monochromatic Colors of #b2157d

#b2157d

Complementary Color

#b2157d #15b24a

#b2157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2157d Color CSS Codes

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

#b2157d Text Font Color

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

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


#b2157d Background Color

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

This div background color is #b2157d


#b2157d Border Color

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

This div border color is #b2157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2157d


Comments

No comments written yet.

Please login to write comment.