Color Hex Logo

#be481f Color Hex

#BE481F
(190,72,31)
0 Favorites   0 Comments

Color spaces of #be481f

RGB 1907231
HSL0.040.720.43
HSV15°84°75°
CMYK 0.000.620.84   0.25
XYZ23.799915.68083.0686
Yxy15.68080.55930.3685
Hunter Lab39.599037.984423.1248
CIE-Lab46.552945.524246.9863

#be481f color RGB value is (190,72,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 00011111
Octal 276 110 37
Decimal 190 72 31
Hex BE 48 1F

RGB Percentages of Color #be481f

%64.85
%24.57
%10.58

CMYK Percentages of Color #be481f

%0
%62
%84
%25

Triadic Colors of #be481f

#be481f #1fbe48 #481fbe

Analogous Colors of #be481f

#be481f #be981f #be1f46

Monochromatic Colors of #be481f

#be481f

Complementary Color

#be481f #1f95be

#be481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be481f Color CSS Codes

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

#be481f Text Font Color

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

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


#be481f Background Color

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

This div background color is #be481f


#be481f Border Color

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

This div border color is #be481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be481f


Comments

No comments written yet.

Please login to write comment.