Color Hex Logo

#be292e Color Hex

#BE292E
(190,41,46)
0 Favorites   0 Comments

Color spaces of #be292e

RGB 1904146
HSL0.990.650.45
HSV358°78°75°
CMYK 0.000.780.76   0.25
XYZ22.521312.73033.8550
Yxy12.73030.57590.3255
Hunter Lab35.679550.231818.5697
CIE-Lab42.354057.875034.9377

#be292e color RGB value is (190,41,46).

#be292e hex color red value is 190, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be292e hue: 0.99 , saturation: 0.65 and the lightness value of be292e is 0.45.

The process color (four color CMYK) of #be292e color hex is 0.00, 0.78, 0.76, 0.25. Web safe color of #be292e is #cc3333. Color #be292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 00101110
Octal 276 51 56
Decimal 190 41 46
Hex BE 29 2E

RGB Percentages of Color #be292e

%68.59
%14.80
%16.61

CMYK Percentages of Color #be292e

%0
%78
%76
%25

Triadic Colors of #be292e

#be292e #2ebe29 #292ebe

Analogous Colors of #be292e

#be292e #be6f29 #be2979

Monochromatic Colors of #be292e

#be292e

Complementary Color

#be292e #29beb9

#be292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be292e Color CSS Codes

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

#be292e Text Font Color

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

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


#be292e Background Color

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

This div background color is #be292e


#be292e Border Color

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

This div border color is #be292e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,41,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 #be292e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be292e


Comments

No comments written yet.

Please login to write comment.