Color Hex Logo

#be431e Color Hex

#BE431E
(190,67,30)
0 Favorites   0 Comments

Color spaces of #be431e

RGB 1906730
HSL0.040.730.43
HSV14°84°75°
CMYK 0.000.650.84   0.25
XYZ23.476715.05522.8969
Yxy15.05520.56670.3634
Hunter Lab38.801040.100222.7341
CIE-Lab45.709747.725546.6896

#be431e color RGB value is (190,67,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 00011110
Octal 276 103 36
Decimal 190 67 30
Hex BE 43 1E

RGB Percentages of Color #be431e

%66.20
%23.34
%10.45

CMYK Percentages of Color #be431e

%0
%65
%84
%25

Triadic Colors of #be431e

#be431e #1ebe43 #431ebe

Analogous Colors of #be431e

#be431e #be931e #be1e49

Monochromatic Colors of #be431e

#be431e

Complementary Color

#be431e #1e99be

#be431e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be431e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be431e Color CSS Codes

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

#be431e Text Font Color

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

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


#be431e Background Color

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

This div background color is #be431e


#be431e Border Color

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

This div border color is #be431e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be431e


Comments

No comments written yet.

Please login to write comment.