Color Hex Logo

#be370d Color Hex

#BE370D
(190,55,13)
0 Favorites   0 Comments

Color spaces of #be370d

RGB 1905513
HSL0.040.870.40
HSV14°93°75°
CMYK 0.000.710.93   0.25
XYZ22.674013.70861.8317
Yxy13.70860.59330.3587
Hunter Lab37.025144.518522.9844
CIE-Lab43.812152.287951.8781

#be370d color RGB value is (190,55,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 00001101
Octal 276 67 15
Decimal 190 55 13
Hex BE 37 D

RGB Percentages of Color #be370d

%73.64
%21.32
%5.04

CMYK Percentages of Color #be370d

%0
%71
%93
%25

Triadic Colors of #be370d

#be370d #0dbe37 #370dbe

Analogous Colors of #be370d

#be370d #be900d #be0d3c

Monochromatic Colors of #be370d

#be370d

Complementary Color

#be370d #0d94be

#be370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be370d Color CSS Codes

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

#be370d Text Font Color

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

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


#be370d Background Color

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

This div background color is #be370d


#be370d Border Color

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

This div border color is #be370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be370d


Comments

No comments written yet.

Please login to write comment.