Color Hex Logo

#b20980 Color Hex

#B20980
(178,9,128)
0 Favorites   0 Comments

Color spaces of #b20980

RGB 1789128
HSL0.880.900.37
HSV318°95°70°
CMYK 0.000.950.28   0.30
XYZ22.354111.218921.4093
Yxy11.21890.40660.2040
Hunter Lab33.494660.5142-14.4511
CIE-Lab39.946767.4837-19.8395

#b20980 color RGB value is (178,9,128).

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

The process color (four color CMYK) of #b20980 color hex is 0.00, 0.95, 0.28, 0.30. Web safe color of #b20980 is #990099. Color #b20980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001001 10000000
Octal 262 11 200
Decimal 178 9 128
Hex B2 9 80

RGB Percentages of Color #b20980

%56.51
%2.86
%40.63

CMYK Percentages of Color #b20980

%0
%95
%28
%30

Triadic Colors of #b20980

#b20980 #80b209 #0980b2

Analogous Colors of #b20980

#b20980 #b2092b #9009b2

Monochromatic Colors of #b20980

#b20980

Complementary Color

#b20980 #09b23b

#b20980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20980 Color CSS Codes

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

#b20980 Text Font Color

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

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


#b20980 Background Color

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

This div background color is #b20980


#b20980 Border Color

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

This div border color is #b20980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20980


Comments

No comments written yet.

Please login to write comment.