Color Hex Logo

#be360b Color Hex

#BE360B
(190,54,11)
0 Favorites   0 Comments

Color spaces of #be360b

RGB 1905411
HSL0.040.890.39
HSV14°94°75°
CMYK 0.000.720.94   0.25
XYZ22.614813.60961.7516
Yxy13.60960.59550.3584
Hunter Lab36.891244.863323.0087
CIE-Lab43.667852.639952.3874

#be360b color RGB value is (190,54,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 00001011
Octal 276 66 13
Decimal 190 54 11
Hex BE 36 B

RGB Percentages of Color #be360b

%74.51
%21.18
%4.31

CMYK Percentages of Color #be360b

%0
%72
%94
%25

Triadic Colors of #be360b

#be360b #0bbe36 #360bbe

Analogous Colors of #be360b

#be360b #be900b #be0b39

Monochromatic Colors of #be360b

#be360b

Complementary Color

#be360b #0b93be

#be360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be360b Color CSS Codes

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

#be360b Text Font Color

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

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


#be360b Background Color

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

This div background color is #be360b


#be360b Border Color

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

This div border color is #be360b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,54,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 #be360b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be360b


Comments

No comments written yet.

Please login to write comment.