Color Hex Logo

#be061b Color Hex

#BE061B
(190,6,27)
0 Favorites   0 Comments

Color spaces of #be061b

RGB 190627
HSL0.980.940.38
HSV353°97°75°
CMYK 0.000.970.86   0.25
XYZ21.498211.15652.0573
Yxy11.15650.61930.3214
Hunter Lab33.401356.436119.7291
CIE-Lab39.842863.941243.0116

#be061b color RGB value is (190,6,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 00011011
Octal 276 6 33
Decimal 190 6 27
Hex BE 6 1B

RGB Percentages of Color #be061b

%85.20
%2.69
%12.11

CMYK Percentages of Color #be061b

%0
%97
%86
%25

Triadic Colors of #be061b

#be061b #1bbe06 #061bbe

Analogous Colors of #be061b

#be061b #be4d06 #be0677

Monochromatic Colors of #be061b

#be061b

Complementary Color

#be061b #06bea9

#be061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be061b Color CSS Codes

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

#be061b Text Font Color

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

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


#be061b Background Color

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

This div background color is #be061b


#be061b Border Color

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

This div border color is #be061b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be061b


Comments

No comments written yet.

Please login to write comment.