Color Hex Logo

#be430f Color Hex

#BE430F
(190,67,15)
0 Favorites   0 Comments

Color spaces of #be430f

RGB 1906715
HSL0.050.850.40
HSV18°92°75°
CMYK 0.000.650.92   0.25
XYZ23.328614.99592.1169
Yxy14.99590.57680.3708
Hunter Lab38.724539.764823.8661
CIE-Lab45.628647.414252.4775

#be430f color RGB value is (190,67,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 00001111
Octal 276 103 17
Decimal 190 67 15
Hex BE 43 F

RGB Percentages of Color #be430f

%69.85
%24.63
%5.51

CMYK Percentages of Color #be430f

%0
%65
%92
%25

Triadic Colors of #be430f

#be430f #0fbe43 #430fbe

Analogous Colors of #be430f

#be430f #be9b0f #be0f33

Monochromatic Colors of #be430f

#be430f

Complementary Color

#be430f #0f8abe

#be430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be430f Color CSS Codes

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

#be430f Text Font Color

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

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


#be430f Background Color

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

This div background color is #be430f


#be430f Border Color

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

This div border color is #be430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be430f


Comments

No comments written yet.

Please login to write comment.