Color Hex Logo

#be2119 Color Hex

#BE2119
(190,33,25)
0 Favorites   0 Comments

Color spaces of #be2119

RGB 1903325
HSL0.010.770.42
HSV87°75°
CMYK 0.000.830.87   0.25
XYZ21.954512.10502.0991
Yxy12.10500.60720.3348
Hunter Lab34.792251.750120.7775
CIE-Lab41.382559.444945.3079

#be2119 color RGB value is (190,33,25).

#be2119 hex color red value is 190, green value is 33 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #be2119 hue: 0.01 , saturation: 0.77 and the lightness value of be2119 is 0.42.

The process color (four color CMYK) of #be2119 color hex is 0.00, 0.83, 0.87, 0.25. Web safe color of #be2119 is #cc3300. Color #be2119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 00011001
Octal 276 41 31
Decimal 190 33 25
Hex BE 21 19

RGB Percentages of Color #be2119

%76.61
%13.31
%10.08

CMYK Percentages of Color #be2119

%0
%83
%87
%25

Triadic Colors of #be2119

#be2119 #19be21 #2119be

Analogous Colors of #be2119

#be2119 #be7419 #be1964

Monochromatic Colors of #be2119

#be2119

Complementary Color

#be2119 #19b6be

#be2119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2119 Color CSS Codes

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

#be2119 Text Font Color

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

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


#be2119 Background Color

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

This div background color is #be2119


#be2119 Border Color

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

This div border color is #be2119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2119


Comments

No comments written yet.

Please login to write comment.