Color Hex Logo

#be291f Color Hex

#BE291F
(190,41,31)
0 Favorites   0 Comments

Color spaces of #be291f

RGB 1904131
HSL0.010.720.43
HSV84°75°
CMYK 0.000.780.84   0.25
XYZ22.275512.63202.5605
Yxy12.63200.59450.3371
Hunter Lab35.541549.676420.6077
CIE-Lab42.203457.394343.0512

#be291f color RGB value is (190,41,31).

#be291f hex color red value is 190, green value is 41 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #be291f hue: 0.01 , saturation: 0.72 and the lightness value of be291f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 00011111
Octal 276 51 37
Decimal 190 41 31
Hex BE 29 1F

RGB Percentages of Color #be291f

%72.52
%15.65
%11.83

CMYK Percentages of Color #be291f

%0
%78
%84
%25

Triadic Colors of #be291f

#be291f #1fbe29 #291fbe

Analogous Colors of #be291f

#be291f #be791f #be1f65

Monochromatic Colors of #be291f

#be291f

Complementary Color

#be291f #1fb4be

#be291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be291f Color CSS Codes

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

#be291f Text Font Color

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

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


#be291f Background Color

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

This div background color is #be291f


#be291f Border Color

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

This div border color is #be291f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be291f


Comments

No comments written yet.

Please login to write comment.