Color Hex Logo

#be132e Color Hex

#BE132E
(190,19,46)
0 Favorites   0 Comments

Color spaces of #be132e

RGB 1901946
HSL0.970.820.41
HSV351°90°75°
CMYK 0.000.900.76   0.25
XYZ21.961211.61023.6683
Yxy11.61020.58970.3118
Hunter Lab34.073755.417717.4686
CIE-Lab40.589862.893132.9737

#be132e color RGB value is (190,19,46).

#be132e hex color red value is 190, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be132e hue: 0.97 , saturation: 0.82 and the lightness value of be132e is 0.41.

The process color (four color CMYK) of #be132e color hex is 0.00, 0.90, 0.76, 0.25. Web safe color of #be132e is #cc0033. Color #be132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 00101110
Octal 276 23 56
Decimal 190 19 46
Hex BE 13 2E

RGB Percentages of Color #be132e

%74.51
%7.45
%18.04

CMYK Percentages of Color #be132e

%0
%90
%76
%25

Triadic Colors of #be132e

#be132e #2ebe13 #132ebe

Analogous Colors of #be132e

#be132e #be4e13 #be1384

Monochromatic Colors of #be132e

#be132e

Complementary Color

#be132e #13bea3

#be132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be132e Color CSS Codes

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

#be132e Text Font Color

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

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


#be132e Background Color

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

This div background color is #be132e


#be132e Border Color

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

This div border color is #be132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be132e;
  -webkit-box-shadow: 1px 1px 3px 2px #be132e;
  box-shadow:         1px 1px 3px 2px #be132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be132e


Comments

No comments written yet.

Please login to write comment.