Color Hex Logo

#b20789 Color Hex

#B20789
(178,7,137)
0 Favorites   0 Comments

Color spaces of #b20789

RGB 1787137
HSL0.870.920.36
HSV314°96°70°
CMYK 0.000.960.23   0.30
XYZ22.951411.423124.6621
Yxy11.42310.38880.1935
Hunter Lab33.798162.0681-19.6046
CIE-Lab40.284168.7541-24.8723

#b20789 color RGB value is (178,7,137).

#b20789 hex color red value is 178, green value is 7 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b20789 hue: 0.87 , saturation: 0.92 and the lightness value of b20789 is 0.36.

The process color (four color CMYK) of #b20789 color hex is 0.00, 0.96, 0.23, 0.30. Web safe color of #b20789 is #990099. Color #b20789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000111 10001001
Octal 262 7 211
Decimal 178 7 137
Hex B2 7 89

RGB Percentages of Color #b20789

%55.28
%2.17
%42.55

CMYK Percentages of Color #b20789

%0
%96
%23
%30

Triadic Colors of #b20789

#b20789 #89b207 #0789b2

Analogous Colors of #b20789

#b20789 #b20734 #8607b2

Monochromatic Colors of #b20789

#b20789

Complementary Color

#b20789 #07b230

#b20789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20789 Color CSS Codes

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

#b20789 Text Font Color

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

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


#b20789 Background Color

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

This div background color is #b20789


#b20789 Border Color

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

This div border color is #b20789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20789


Comments

No comments written yet.

Please login to write comment.