Color Hex Logo

#b2003e Color Hex

#B2003E
(178,0,62)
0 Favorites   0 Comments

Color spaces of #b2003e

RGB 178062
HSL0.941.000.35
HSV339°100°70°
CMYK 0.001.000.65   0.30
XYZ19.22969.81285.4380
Yxy9.81280.55770.2846
Hunter Lab31.325454.755711.6352
CIE-Lab37.504362.904318.5960

#b2003e color RGB value is (178,0,62).

#b2003e hex color red value is 178, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b2003e hue: 0.94 , saturation: 1.00 and the lightness value of b2003e is 0.35.

The process color (four color CMYK) of #b2003e color hex is 0.00, 1.00, 0.65, 0.30. Web safe color of #b2003e is #990033. Color #b2003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 00111110
Octal 262 0 76
Decimal 178 0 62
Hex B2 0 3E

RGB Percentages of Color #b2003e

%74.17
%0.00
%25.83

CMYK Percentages of Color #b2003e

%0
%100
%65
%30

Triadic Colors of #b2003e

#b2003e #3eb200 #003eb2

Analogous Colors of #b2003e

#b2003e #b21b00 #b20097

Monochromatic Colors of #b2003e

#b2003e

Complementary Color

#b2003e #00b274

#b2003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2003e Color CSS Codes

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

#b2003e Text Font Color

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

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


#b2003e Background Color

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

This div background color is #b2003e


#b2003e Border Color

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

This div border color is #b2003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2003e

#b2003e Color Palettes


Comments

No comments written yet.

Please login to write comment.