Color Hex Logo

#be292a Color Hex

#BE292A
(190,41,42)
0 Favorites   0 Comments

Color spaces of #be292a

RGB 1904142
HSL1.000.650.45
HSV360°78°75°
CMYK 0.000.780.78   0.25
XYZ22.446112.70023.4588
Yxy12.70020.58140.3290
Hunter Lab35.637350.062519.1917
CIE-Lab42.308057.728637.1900

#be292a color RGB value is (190,41,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 00101010
Octal 276 51 52
Decimal 190 41 42
Hex BE 29 2A

RGB Percentages of Color #be292a

%69.60
%15.02
%15.38

CMYK Percentages of Color #be292a

%0
%78
%78
%25

Triadic Colors of #be292a

#be292a #2abe29 #292abe

Analogous Colors of #be292a

#be292a #be7329 #be2975

Monochromatic Colors of #be292a

#be292a

Complementary Color

#be292a #29bebd

#be292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be292a Color CSS Codes

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

#be292a Text Font Color

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

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


#be292a Background Color

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

This div background color is #be292a


#be292a Border Color

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

This div border color is #be292a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be292a


Comments

No comments written yet.

Please login to write comment.