Color Hex Logo

#be402c Color Hex

#BE402C
(190,64,44)
0 Favorites   0 Comments

Color spaces of #be402c

RGB 1906444
HSL0.020.620.46
HSV77°75°
CMYK 0.000.660.77   0.25
XYZ23.523214.79583.9989
Yxy14.79580.55590.3496
Hunter Lab38.465341.846220.7619
CIE-Lab45.353249.469139.3016

#be402c color RGB value is (190,64,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 00101100
Octal 276 100 54
Decimal 190 64 44
Hex BE 40 2C

RGB Percentages of Color #be402c

%63.76
%21.48
%14.77

CMYK Percentages of Color #be402c

%0
%66
%77
%25

Triadic Colors of #be402c

#be402c #2cbe40 #402cbe

Analogous Colors of #be402c

#be402c #be892c #be2c61

Monochromatic Colors of #be402c

#be402c

Complementary Color

#be402c #2caabe

#be402c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be402c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be402c Color CSS Codes

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

#be402c Text Font Color

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

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


#be402c Background Color

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

This div background color is #be402c


#be402c Border Color

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

This div border color is #be402c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be402c


Comments

No comments written yet.

Please login to write comment.