Color Hex Logo

#be372d Color Hex

#BE372D
(190,55,45)
0 Favorites   0 Comments

Color spaces of #be372d

RGB 1905545
HSL0.010.620.46
HSV76°75°
CMYK 0.000.710.76   0.25
XYZ23.075013.86903.9434
Yxy13.86900.56440.3392
Hunter Lab37.241145.428619.7907
CIE-Lab44.044553.103737.3541

#be372d color RGB value is (190,55,45).

#be372d hex color red value is 190, green value is 55 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be372d hue: 0.01 , saturation: 0.62 and the lightness value of be372d is 0.46.

The process color (four color CMYK) of #be372d color hex is 0.00, 0.71, 0.76, 0.25. Web safe color of #be372d is #cc3333. Color #be372d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 00101101
Octal 276 67 55
Decimal 190 55 45
Hex BE 37 2D

RGB Percentages of Color #be372d

%65.52
%18.97
%15.52

CMYK Percentages of Color #be372d

%0
%71
%76
%25

Triadic Colors of #be372d

#be372d #2dbe37 #372dbe

Analogous Colors of #be372d

#be372d #be802d #be2d6c

Monochromatic Colors of #be372d

#be372d

Complementary Color

#be372d #2db4be

#be372d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be372d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be372d Color CSS Codes

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

#be372d Text Font Color

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

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


#be372d Background Color

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

This div background color is #be372d


#be372d Border Color

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

This div border color is #be372d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be372d


Comments

No comments written yet.

Please login to write comment.