Color Hex Logo

#b20328 Color Hex

#B20328
(178,3,40)
0 Favorites   0 Comments

Color spaces of #b20328

RGB 178340
HSL0.960.970.35
HSV347°98°70°
CMYK 0.000.980.78   0.30
XYZ18.77579.68332.8870
Yxy9.68330.59900.3089
Hunter Lab31.118053.245216.2819
CIE-Lab37.267961.595432.2029

#b20328 color RGB value is (178,3,40).

#b20328 hex color red value is 178, green value is 3 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b20328 hue: 0.96 , saturation: 0.97 and the lightness value of b20328 is 0.35.

The process color (four color CMYK) of #b20328 color hex is 0.00, 0.98, 0.78, 0.30. Web safe color of #b20328 is #990033. Color #b20328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000011 00101000
Octal 262 3 50
Decimal 178 3 40
Hex B2 3 28

RGB Percentages of Color #b20328

%80.54
%1.36
%18.10

CMYK Percentages of Color #b20328

%0
%98
%78
%30

Triadic Colors of #b20328

#b20328 #28b203 #0328b2

Analogous Colors of #b20328

#b20328 #b23603 #b20380

Monochromatic Colors of #b20328

#b20328

Complementary Color

#b20328 #03b28d

#b20328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20328 Color CSS Codes

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

#b20328 Text Font Color

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

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


#b20328 Background Color

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

This div background color is #b20328


#b20328 Border Color

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

This div border color is #b20328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20328


Comments

No comments written yet.

Please login to write comment.