Color Hex Logo

#be180c Color Hex

#BE180C
(190,24,12)
0 Favorites   0 Comments

Color spaces of #be180c

RGB 1902412
HSL0.010.880.40
HSV94°75°
CMYK 0.000.870.94   0.25
XYZ21.628211.62701.4521
Yxy11.62700.62320.3350
Hunter Lab34.098453.548221.3440
CIE-Lab40.617061.216950.1868

#be180c color RGB value is (190,24,12).

#be180c hex color red value is 190, green value is 24 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #be180c hue: 0.01 , saturation: 0.88 and the lightness value of be180c is 0.40.

The process color (four color CMYK) of #be180c color hex is 0.00, 0.87, 0.94, 0.25. Web safe color of #be180c is #cc0000. Color #be180c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 00001100
Octal 276 30 14
Decimal 190 24 12
Hex BE 18 C

RGB Percentages of Color #be180c

%84.07
%10.62
%5.31

CMYK Percentages of Color #be180c

%0
%87
%94
%25

Triadic Colors of #be180c

#be180c #0cbe18 #180cbe

Analogous Colors of #be180c

#be180c #be710c #be0c59

Monochromatic Colors of #be180c

#be180c

Complementary Color

#be180c #0cb2be

#be180c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be180c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be180c Color CSS Codes

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

#be180c Text Font Color

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

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


#be180c Background Color

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

This div background color is #be180c


#be180c Border Color

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

This div border color is #be180c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be180c


Comments

No comments written yet.

Please login to write comment.