Color Hex Logo

#be062d Color Hex

#BE062D
(190,6,45)
0 Favorites   0 Comments

Color spaces of #be062d

RGB 190645
HSL0.960.940.38
HSV347°97°75°
CMYK 0.000.970.76   0.25
XYZ21.774011.26693.5097
Yxy11.26690.59570.3083
Hunter Lab33.566257.050017.2969
CIE-Lab40.026464.447132.9470

#be062d color RGB value is (190,6,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 00101101
Octal 276 6 55
Decimal 190 6 45
Hex BE 6 2D

RGB Percentages of Color #be062d

%78.84
%2.49
%18.67

CMYK Percentages of Color #be062d

%0
%97
%76
%25

Triadic Colors of #be062d

#be062d #2dbe06 #062dbe

Analogous Colors of #be062d

#be062d #be3b06 #be0689

Monochromatic Colors of #be062d

#be062d

Complementary Color

#be062d #06be97

#be062d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be062d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be062d Color CSS Codes

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

#be062d Text Font Color

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

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


#be062d Background Color

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

This div background color is #be062d


#be062d Border Color

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

This div border color is #be062d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be062d


Comments

No comments written yet.

Please login to write comment.