Color Hex Logo

#be393b Color Hex

#BE393B
(190,57,59)
0 Favorites   0 Comments

Color spaces of #be393b

RGB 1905759
HSL1.000.540.48
HSV359°70°75°
CMYK 0.000.700.69   0.25
XYZ23.487714.18925.6385
Yxy14.18920.54220.3276
Hunter Lab37.668645.381217.4930
CIE-Lab44.503152.975629.7684

#be393b color RGB value is (190,57,59).

#be393b hex color red value is 190, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be393b hue: 1.00 , saturation: 0.54 and the lightness value of be393b is 0.48.

The process color (four color CMYK) of #be393b color hex is 0.00, 0.70, 0.69, 0.25. Web safe color of #be393b is #cc3333. Color #be393b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 00111011
Octal 276 71 73
Decimal 190 57 59
Hex BE 39 3B

RGB Percentages of Color #be393b

%62.09
%18.63
%19.28

CMYK Percentages of Color #be393b

%0
%70
%69
%25

Triadic Colors of #be393b

#be393b #3bbe39 #393bbe

Analogous Colors of #be393b

#be393b #be7a39 #be397e

Monochromatic Colors of #be393b

#be393b

Complementary Color

#be393b #39bebc

#be393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be393b Color CSS Codes

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

#be393b Text Font Color

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

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


#be393b Background Color

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

This div background color is #be393b


#be393b Border Color

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

This div border color is #be393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be393b


Comments

No comments written yet.

Please login to write comment.