Color Hex Logo

#b20259 Color Hex

#B20259
(178,2,89)
0 Favorites   0 Comments

Color spaces of #b20259

RGB 178289
HSL0.920.980.35
HSV330°99°70°
CMYK 0.000.990.50   0.30
XYZ20.185010.229710.3618
Yxy10.22970.49500.2509
Hunter Lab31.983956.67933.1806
CIE-Lab38.251664.46632.2265

#b20259 color RGB value is (178,2,89).

#b20259 hex color red value is 178, green value is 2 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b20259 hue: 0.92 , saturation: 0.98 and the lightness value of b20259 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000010 01011001
Octal 262 2 131
Decimal 178 2 89
Hex B2 2 59

RGB Percentages of Color #b20259

%66.17
%0.74
%33.09

CMYK Percentages of Color #b20259

%0
%99
%50
%30

Triadic Colors of #b20259

#b20259 #59b202 #0259b2

Analogous Colors of #b20259

#b20259 #b20302 #b202b1

Monochromatic Colors of #b20259

#b20259

Complementary Color

#b20259 #02b25b

#b20259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20259 Color CSS Codes

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

#b20259 Text Font Color

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

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


#b20259 Background Color

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

This div background color is #b20259


#b20259 Border Color

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

This div border color is #b20259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20259


Comments

No comments written yet.

Please login to write comment.