Color Hex Logo

#be320b Color Hex

#BE320B
(190,50,11)
0 Favorites   0 Comments

Color spaces of #be320b

RGB 1905011
HSL0.040.890.39
HSV13°94°75°
CMYK 0.000.740.94   0.25
XYZ22.436213.25251.6921
Yxy13.25250.60020.3545
Hunter Lab36.404046.304722.7269
CIE-Lab43.141354.091552.0580

#be320b color RGB value is (190,50,11).

#be320b hex color red value is 190, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #be320b hue: 0.04 , saturation: 0.89 and the lightness value of be320b is 0.39.

The process color (four color CMYK) of #be320b color hex is 0.00, 0.74, 0.94, 0.25. Web safe color of #be320b is #cc3300. Color #be320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00001011
Octal 276 62 13
Decimal 190 50 11
Hex BE 32 B

RGB Percentages of Color #be320b

%75.70
%19.92
%4.38

CMYK Percentages of Color #be320b

%0
%74
%94
%25

Triadic Colors of #be320b

#be320b #0bbe32 #320bbe

Analogous Colors of #be320b

#be320b #be8c0b #be0b3d

Monochromatic Colors of #be320b

#be320b

Complementary Color

#be320b #0b97be

#be320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be320b Color CSS Codes

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

#be320b Text Font Color

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

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


#be320b Background Color

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

This div background color is #be320b


#be320b Border Color

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

This div border color is #be320b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be320b


Comments

No comments written yet.

Please login to write comment.