Color Hex Logo

#be242c Color Hex

#BE242C
(190,36,44)
0 Favorites   0 Comments

Color spaces of #be242c

RGB 1903644
HSL0.990.680.44
HSV357°81°75°
CMYK 0.000.810.77   0.25
XYZ22.320712.39083.5981
Yxy12.39080.58260.3234
Hunter Lab35.200651.586018.5799
CIE-Lab41.830659.209735.5278

#be242c color RGB value is (190,36,44).

#be242c hex color red value is 190, green value is 36 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #be242c hue: 0.99 , saturation: 0.68 and the lightness value of be242c is 0.44.

The process color (four color CMYK) of #be242c color hex is 0.00, 0.81, 0.77, 0.25. Web safe color of #be242c is #cc3333. Color #be242c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 00101100
Octal 276 44 54
Decimal 190 36 44
Hex BE 24 2C

RGB Percentages of Color #be242c

%70.37
%13.33
%16.30

CMYK Percentages of Color #be242c

%0
%81
%77
%25

Triadic Colors of #be242c

#be242c #2cbe24 #242cbe

Analogous Colors of #be242c

#be242c #be6924 #be2479

Monochromatic Colors of #be242c

#be242c

Complementary Color

#be242c #24beb6

#be242c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be242c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be242c Color CSS Codes

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

#be242c Text Font Color

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

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


#be242c Background Color

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

This div background color is #be242c


#be242c Border Color

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

This div border color is #be242c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be242c


Comments

No comments written yet.

Please login to write comment.