Color Hex Logo

#be143c Color Hex

#BE143C
(190,20,60)
0 Favorites   0 Comments

Color spaces of #be143c

RGB 1902060
HSL0.960.810.41
HSV346°89°75°
CMYK 0.000.890.68   0.25
XYZ22.301011.77375.3721
Yxy11.77370.56530.2985
Hunter Lab34.312855.965414.7364
CIE-Lab40.854263.327824.6703

#be143c color RGB value is (190,20,60).

#be143c hex color red value is 190, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be143c hue: 0.96 , saturation: 0.81 and the lightness value of be143c is 0.41.

The process color (four color CMYK) of #be143c color hex is 0.00, 0.89, 0.68, 0.25. Web safe color of #be143c is #cc0033. Color #be143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 00111100
Octal 276 24 74
Decimal 190 20 60
Hex BE 14 3C

RGB Percentages of Color #be143c

%70.37
%7.41
%22.22

CMYK Percentages of Color #be143c

%0
%89
%68
%25

Triadic Colors of #be143c

#be143c #3cbe14 #143cbe

Analogous Colors of #be143c

#be143c #be4114 #be1491

Monochromatic Colors of #be143c

#be143c

Complementary Color

#be143c #14be96

#be143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be143c Color CSS Codes

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

#be143c Text Font Color

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

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


#be143c Background Color

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

This div background color is #be143c


#be143c Border Color

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

This div border color is #be143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be143c


Comments

No comments written yet.

Please login to write comment.