Color Hex Logo

#be162a Color Hex

#BE162A
(190,22,42)
0 Favorites   0 Comments

Color spaces of #be162a

RGB 1902242
HSL0.980.790.42
HSV353°88°75°
CMYK 0.000.880.78   0.25
XYZ21.940011.68813.2902
Yxy11.68810.59430.3166
Hunter Lab34.187954.723318.2255
CIE-Lab40.716062.250035.4916

#be162a color RGB value is (190,22,42).

#be162a hex color red value is 190, green value is 22 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #be162a hue: 0.98 , saturation: 0.79 and the lightness value of be162a is 0.42.

The process color (four color CMYK) of #be162a color hex is 0.00, 0.88, 0.78, 0.25. Web safe color of #be162a is #cc0033. Color #be162a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010110 00101010
Octal 276 26 52
Decimal 190 22 42
Hex BE 16 2A

RGB Percentages of Color #be162a

%74.80
%8.66
%16.54

CMYK Percentages of Color #be162a

%0
%88
%78
%25

Triadic Colors of #be162a

#be162a #2abe16 #162abe

Analogous Colors of #be162a

#be162a #be5616 #be167e

Monochromatic Colors of #be162a

#be162a

Complementary Color

#be162a #16beaa

#be162a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be162a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be162a Color CSS Codes

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

#be162a Text Font Color

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

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


#be162a Background Color

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

This div background color is #be162a


#be162a Border Color

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

This div border color is #be162a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be162a


Comments

No comments written yet.

Please login to write comment.