Color Hex Logo

#be061d Color Hex

#BE061D
(190,6,29)
0 Favorites   0 Comments

Color spaces of #be061d

RGB 190629
HSL0.980.940.38
HSV353°97°75°
CMYK 0.000.970.85   0.25
XYZ21.522111.16612.1833
Yxy11.16610.61720.3202
Hunter Lab33.415756.489219.5171
CIE-Lab39.858863.985141.9731

#be061d color RGB value is (190,6,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 00011101
Octal 276 6 35
Decimal 190 6 29
Hex BE 6 1D

RGB Percentages of Color #be061d

%84.44
%2.67
%12.89

CMYK Percentages of Color #be061d

%0
%97
%85
%25

Triadic Colors of #be061d

#be061d #1dbe06 #061dbe

Analogous Colors of #be061d

#be061d #be4b06 #be0679

Monochromatic Colors of #be061d

#be061d

Complementary Color

#be061d #06bea7

#be061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be061d Color CSS Codes

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

#be061d Text Font Color

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

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


#be061d Background Color

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

This div background color is #be061d


#be061d Border Color

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

This div border color is #be061d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be061d


Comments

No comments written yet.

Please login to write comment.