Color Hex Logo

#be403e Color Hex

#BE403E
(190,64,62)
0 Favorites   0 Comments

Color spaces of #be403e

RGB 1906462
HSL0.000.510.49
HSV67°75°
CMYK 0.000.660.67   0.25
XYZ23.938114.96176.1837
Yxy14.96170.53100.3319
Hunter Lab38.680442.777617.5978
CIE-Lab45.581750.319229.2990

#be403e color RGB value is (190,64,62).

#be403e hex color red value is 190, green value is 64 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #be403e hue: 0.00 , saturation: 0.51 and the lightness value of be403e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 00111110
Octal 276 100 76
Decimal 190 64 62
Hex BE 40 3E

RGB Percentages of Color #be403e

%60.13
%20.25
%19.62

CMYK Percentages of Color #be403e

%0
%66
%67
%25

Triadic Colors of #be403e

#be403e #3ebe40 #403ebe

Analogous Colors of #be403e

#be403e #be803e #be3e7c

Monochromatic Colors of #be403e

#be403e

Complementary Color

#be403e #3ebcbe

#be403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be403e Color CSS Codes

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

#be403e Text Font Color

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

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


#be403e Background Color

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

This div background color is #be403e


#be403e Border Color

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

This div border color is #be403e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be403e


Comments

No comments written yet.

Please login to write comment.