Color Hex Logo

#be1511 Color Hex

#BE1511
(190,21,17)
0 Favorites   0 Comments

Color spaces of #be1511

RGB 1902117
HSL0.000.840.41
HSV91°75°
CMYK 0.000.890.91   0.25
XYZ21.604511.52401.6160
Yxy11.52400.62180.3317
Hunter Lab33.947054.193420.9405
CIE-Lab40.449461.828148.1765

#be1511 color RGB value is (190,21,17).

#be1511 hex color red value is 190, green value is 21 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #be1511 hue: 0.00 , saturation: 0.84 and the lightness value of be1511 is 0.41.

The process color (four color CMYK) of #be1511 color hex is 0.00, 0.89, 0.91, 0.25. Web safe color of #be1511 is #cc0000. Color #be1511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 00010001
Octal 276 25 21
Decimal 190 21 17
Hex BE 15 11

RGB Percentages of Color #be1511

%83.33
%9.21
%7.46

CMYK Percentages of Color #be1511

%0
%89
%91
%25

Triadic Colors of #be1511

#be1511 #11be15 #1511be

Analogous Colors of #be1511

#be1511 #be6c11 #be1164

Monochromatic Colors of #be1511

#be1511

Complementary Color

#be1511 #11babe

#be1511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1511 Color CSS Codes

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

#be1511 Text Font Color

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

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


#be1511 Background Color

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

This div background color is #be1511


#be1511 Border Color

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

This div border color is #be1511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1511


Comments

No comments written yet.

Please login to write comment.