Color Hex Logo

#be441e Color Hex

#BE441E
(190,68,30)
0 Favorites   0 Comments

Color spaces of #be441e

RGB 1906830
HSL0.040.730.43
HSV14°84°75°
CMYK 0.000.640.84   0.25
XYZ23.536715.17512.9169
Yxy15.17510.56540.3645
Hunter Lab38.955239.677822.8291
CIE-Lab45.873147.288346.8342

#be441e color RGB value is (190,68,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 00011110
Octal 276 104 36
Decimal 190 68 30
Hex BE 44 1E

RGB Percentages of Color #be441e

%65.97
%23.61
%10.42

CMYK Percentages of Color #be441e

%0
%64
%84
%25

Triadic Colors of #be441e

#be441e #1ebe44 #441ebe

Analogous Colors of #be441e

#be441e #be941e #be1e48

Monochromatic Colors of #be441e

#be441e

Complementary Color

#be441e #1e98be

#be441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be441e Color CSS Codes

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

#be441e Text Font Color

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

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


#be441e Background Color

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

This div background color is #be441e


#be441e Border Color

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

This div border color is #be441e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be441e


Comments

No comments written yet.

Please login to write comment.