Color Hex Logo

#be392b Color Hex

#BE392B
(190,57,43)
0 Favorites   0 Comments

Color spaces of #be392b

RGB 1905743
HSL0.020.630.46
HSV77°75°
CMYK 0.000.700.77   0.25
XYZ23.134414.04783.7777
Yxy14.04780.56480.3430
Hunter Lab37.480444.586720.2604
CIE-Lab44.301452.263738.7372

#be392b color RGB value is (190,57,43).

#be392b hex color red value is 190, green value is 57 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #be392b hue: 0.02 , saturation: 0.63 and the lightness value of be392b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 00101011
Octal 276 71 53
Decimal 190 57 43
Hex BE 39 2B

RGB Percentages of Color #be392b

%65.52
%19.66
%14.83

CMYK Percentages of Color #be392b

%0
%70
%77
%25

Triadic Colors of #be392b

#be392b #2bbe39 #392bbe

Analogous Colors of #be392b

#be392b #be832b #be2b67

Monochromatic Colors of #be392b

#be392b

Complementary Color

#be392b #2bb0be

#be392b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be392b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be392b Color CSS Codes

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

#be392b Text Font Color

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

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


#be392b Background Color

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

This div background color is #be392b


#be392b Border Color

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

This div border color is #be392b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be392b


Comments

No comments written yet.

Please login to write comment.