Color Hex Logo

#b20b5a Color Hex

#B20B5A
(178,11,90)
0 Favorites   0 Comments

Color spaces of #b20b5a

RGB 1781190
HSL0.920.880.37
HSV332°94°70°
CMYK 0.000.940.49   0.30
XYZ20.325210.442510.6172
Yxy10.44250.49110.2523
Hunter Lab32.314955.72083.1404
CIE-Lab38.625263.54502.1265

#b20b5a color RGB value is (178,11,90).

#b20b5a hex color red value is 178, green value is 11 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b20b5a hue: 0.92 , saturation: 0.88 and the lightness value of b20b5a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001011 01011010
Octal 262 13 132
Decimal 178 11 90
Hex B2 B 5A

RGB Percentages of Color #b20b5a

%63.80
%3.94
%32.26

CMYK Percentages of Color #b20b5a

%0
%94
%49
%30

Triadic Colors of #b20b5a

#b20b5a #5ab20b #0b5ab2

Analogous Colors of #b20b5a

#b20b5a #b2100b #b20bae

Monochromatic Colors of #b20b5a

#b20b5a

Complementary Color

#b20b5a #0bb263

#b20b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20b5a Color CSS Codes

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

#b20b5a Text Font Color

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

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


#b20b5a Background Color

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

This div background color is #b20b5a


#b20b5a Border Color

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

This div border color is #b20b5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20b5a


Comments

No comments written yet.

Please login to write comment.