Color Hex Logo

#be382e Color Hex

#BE382E
(190,56,46)
0 Favorites   0 Comments

Color spaces of #be382e

RGB 1905646
HSL0.010.610.46
HSV76°75°
CMYK 0.000.710.76   0.25
XYZ23.142513.97284.0620
Yxy13.97280.56200.3393
Hunter Lab37.380245.096019.7233
CIE-Lab44.193952.763536.9549

#be382e color RGB value is (190,56,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 00101110
Octal 276 70 56
Decimal 190 56 46
Hex BE 38 2E

RGB Percentages of Color #be382e

%65.07
%19.18
%15.75

CMYK Percentages of Color #be382e

%0
%71
%76
%25

Triadic Colors of #be382e

#be382e #2ebe38 #382ebe

Analogous Colors of #be382e

#be382e #be802e #be2e6c

Monochromatic Colors of #be382e

#be382e

Complementary Color

#be382e #2eb4be

#be382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be382e Color CSS Codes

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

#be382e Text Font Color

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

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


#be382e Background Color

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

This div background color is #be382e


#be382e Border Color

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

This div border color is #be382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be382e


Comments

No comments written yet.

Please login to write comment.