Color Hex Logo

#be430e Color Hex

#BE430E
(190,67,14)
0 Favorites   0 Comments

Color spaces of #be430e

RGB 1906714
HSL0.050.860.40
HSV18°93°75°
CMYK 0.000.650.93   0.25
XYZ23.321614.99322.0802
Yxy14.99320.57730.3712
Hunter Lab38.721139.748323.9195
CIE-Lab45.624947.398852.7837

#be430e color RGB value is (190,67,14).

#be430e hex color red value is 190, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #be430e hue: 0.05 , saturation: 0.86 and the lightness value of be430e is 0.40.

The process color (four color CMYK) of #be430e color hex is 0.00, 0.65, 0.93, 0.25. Web safe color of #be430e is #cc3300. Color #be430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 00001110
Octal 276 103 16
Decimal 190 67 14
Hex BE 43 E

RGB Percentages of Color #be430e

%70.11
%24.72
%5.17

CMYK Percentages of Color #be430e

%0
%65
%93
%25

Triadic Colors of #be430e

#be430e #0ebe43 #430ebe

Analogous Colors of #be430e

#be430e #be9b0e #be0e31

Monochromatic Colors of #be430e

#be430e

Complementary Color

#be430e #0e89be

#be430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be430e Color CSS Codes

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

#be430e Text Font Color

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

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


#be430e Background Color

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

This div background color is #be430e


#be430e Border Color

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

This div border color is #be430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be430e


Comments

No comments written yet.

Please login to write comment.