Color Hex Logo

#be143f Color Hex

#BE143F
(190,20,63)
0 Favorites   0 Comments

Color spaces of #be143f

RGB 1902063
HSL0.960.810.41
HSV345°89°75°
CMYK 0.000.890.67   0.25
XYZ22.382611.80635.8018
Yxy11.80630.55970.2952
Hunter Lab34.360356.146014.0410
CIE-Lab40.906663.477522.8548

#be143f color RGB value is (190,20,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 00111111
Octal 276 24 77
Decimal 190 20 63
Hex BE 14 3F

RGB Percentages of Color #be143f

%69.60
%7.33
%23.08

CMYK Percentages of Color #be143f

%0
%89
%67
%25

Triadic Colors of #be143f

#be143f #3fbe14 #143fbe

Analogous Colors of #be143f

#be143f #be3e14 #be1494

Monochromatic Colors of #be143f

#be143f

Complementary Color

#be143f #14be93

#be143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be143f Color CSS Codes

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

#be143f Text Font Color

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

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


#be143f Background Color

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

This div background color is #be143f


#be143f Border Color

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

This div border color is #be143f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be143f


Comments

No comments written yet.

Please login to write comment.