Color Hex Logo

#be402e Color Hex

#BE402E
(190,64,46)
0 Favorites   0 Comments

Color spaces of #be402e

RGB 1906446
HSL0.020.610.46
HSV76°75°
CMYK 0.000.660.76   0.25
XYZ23.561714.81124.2018
Yxy14.81120.55340.3479
Hunter Lab38.485341.933020.4665
CIE-Lab45.374549.548538.2324

#be402e color RGB value is (190,64,46).

#be402e hex color red value is 190, green value is 64 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be402e hue: 0.02 , saturation: 0.61 and the lightness value of be402e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 00101110
Octal 276 100 56
Decimal 190 64 46
Hex BE 40 2E

RGB Percentages of Color #be402e

%63.33
%21.33
%15.33

CMYK Percentages of Color #be402e

%0
%66
%76
%25

Triadic Colors of #be402e

#be402e #2ebe40 #402ebe

Analogous Colors of #be402e

#be402e #be882e #be2e64

Monochromatic Colors of #be402e

#be402e

Complementary Color

#be402e #2eacbe

#be402e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be402e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be402e Color CSS Codes

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

#be402e Text Font Color

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

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


#be402e Background Color

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

This div background color is #be402e


#be402e Border Color

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

This div border color is #be402e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be402e


Comments

No comments written yet.

Please login to write comment.