Color Hex Logo

#be131e Color Hex

#BE131E
(190,19,30)
0 Favorites   0 Comments

Color spaces of #be131e

RGB 1901930
HSL0.990.820.41
HSV356°90°75°
CMYK 0.000.900.84   0.25
XYZ21.702411.50662.3055
Yxy11.50660.61110.3240
Hunter Lab33.921454.839319.7153
CIE-Lab40.420962.410841.9469

#be131e color RGB value is (190,19,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 00011110
Octal 276 23 36
Decimal 190 19 30
Hex BE 13 1E

RGB Percentages of Color #be131e

%79.50
%7.95
%12.55

CMYK Percentages of Color #be131e

%0
%90
%84
%25

Triadic Colors of #be131e

#be131e #1ebe13 #131ebe

Analogous Colors of #be131e

#be131e #be5e13 #be1374

Monochromatic Colors of #be131e

#be131e

Complementary Color

#be131e #13beb3

#be131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be131e Color CSS Codes

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

#be131e Text Font Color

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

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


#be131e Background Color

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

This div background color is #be131e


#be131e Border Color

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

This div border color is #be131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be131e


Comments

No comments written yet.

Please login to write comment.