Color Hex Logo

#be260b Color Hex

#BE260B
(190,38,11)
0 Favorites   0 Comments

Color spaces of #be260b

RGB 1903811
HSL0.030.890.39
HSV94°75°
CMYK 0.000.800.94   0.25
XYZ21.988712.35751.5429
Yxy12.35750.61270.3443
Hunter Lab35.153250.135422.0050
CIE-Lab41.778857.896251.2211

#be260b color RGB value is (190,38,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100110 00001011
Octal 276 46 13
Decimal 190 38 11
Hex BE 26 B

RGB Percentages of Color #be260b

%79.50
%15.90
%4.60

CMYK Percentages of Color #be260b

%0
%80
%94
%25

Triadic Colors of #be260b

#be260b #0bbe26 #260bbe

Analogous Colors of #be260b

#be260b #be800b #be0b49

Monochromatic Colors of #be260b

#be260b

Complementary Color

#be260b #0ba3be

#be260b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be260b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be260b Color CSS Codes

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

#be260b Text Font Color

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

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


#be260b Background Color

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

This div background color is #be260b


#be260b Border Color

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

This div border color is #be260b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be260b


Comments

No comments written yet.

Please login to write comment.