Color Hex Logo

#be292d Color Hex

#BE292D
(190,41,45)
0 Favorites   0 Comments

Color spaces of #be292d

RGB 1904145
HSL1.000.650.45
HSV358°78°75°
CMYK 0.000.780.76   0.25
XYZ22.501812.72253.7523
Yxy12.72250.57730.3264
Hunter Lab35.668650.187918.7308
CIE-Lab42.342157.837035.5056

#be292d color RGB value is (190,41,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 00101101
Octal 276 51 55
Decimal 190 41 45
Hex BE 29 2D

RGB Percentages of Color #be292d

%68.84
%14.86
%16.30

CMYK Percentages of Color #be292d

%0
%78
%76
%25

Triadic Colors of #be292d

#be292d #2dbe29 #292dbe

Analogous Colors of #be292d

#be292d #be7029 #be2978

Monochromatic Colors of #be292d

#be292d

Complementary Color

#be292d #29beba

#be292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be292d Color CSS Codes

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

#be292d Text Font Color

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

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


#be292d Background Color

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

This div background color is #be292d


#be292d Border Color

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

This div border color is #be292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be292d


Comments

No comments written yet.

Please login to write comment.