Color Hex Logo

#be062b Color Hex

#BE062B
(190,6,43)
0 Favorites   0 Comments

Color spaces of #be062b

RGB 190643
HSL0.970.940.38
HSV348°97°75°
CMYK 0.000.970.77   0.25
XYZ21.736411.25183.3117
Yxy11.25180.59880.3100
Hunter Lab33.543756.966917.6270
CIE-Lab40.001464.378834.1240

#be062b color RGB value is (190,6,43).

#be062b hex color red value is 190, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #be062b hue: 0.97 , saturation: 0.94 and the lightness value of be062b is 0.38.

The process color (four color CMYK) of #be062b color hex is 0.00, 0.97, 0.77, 0.25. Web safe color of #be062b is #cc0033. Color #be062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 00101011
Octal 276 6 53
Decimal 190 6 43
Hex BE 6 2B

RGB Percentages of Color #be062b

%79.50
%2.51
%17.99

CMYK Percentages of Color #be062b

%0
%97
%77
%25

Triadic Colors of #be062b

#be062b #2bbe06 #062bbe

Analogous Colors of #be062b

#be062b #be3d06 #be0687

Monochromatic Colors of #be062b

#be062b

Complementary Color

#be062b #06be99

#be062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be062b Color CSS Codes

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

#be062b Text Font Color

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

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


#be062b Background Color

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

This div background color is #be062b


#be062b Border Color

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

This div border color is #be062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be062b


Comments

No comments written yet.

Please login to write comment.