Color Hex Logo

#be390f Color Hex

#BE390F
(190,57,15)
0 Favorites   0 Comments

Color spaces of #be390f

RGB 1905715
HSL0.040.850.40
HSV14°92°75°
CMYK 0.000.700.92   0.25
XYZ22.784613.90791.9355
Yxy13.90790.58980.3600
Hunter Lab37.293343.792623.0282
CIE-Lab44.100651.547951.4252

#be390f color RGB value is (190,57,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 00001111
Octal 276 71 17
Decimal 190 57 15
Hex BE 39 F

RGB Percentages of Color #be390f

%72.52
%21.76
%5.73

CMYK Percentages of Color #be390f

%0
%70
%92
%25

Triadic Colors of #be390f

#be390f #0fbe39 #390fbe

Analogous Colors of #be390f

#be390f #be910f #be0f3d

Monochromatic Colors of #be390f

#be390f

Complementary Color

#be390f #0f94be

#be390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be390f Color CSS Codes

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

#be390f Text Font Color

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

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


#be390f Background Color

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

This div background color is #be390f


#be390f Border Color

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

This div border color is #be390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be390f


Comments

No comments written yet.

Please login to write comment.