Color Hex Logo

#be063e Color Hex

#BE063E
(190,6,62)
0 Favorites   0 Comments

Color spaces of #be063e

RGB 190662
HSL0.950.940.38
HSV342°97°75°
CMYK 0.000.970.67   0.25
XYZ22.169811.42525.5942
Yxy11.42520.56570.2915
Hunter Lab33.801257.924013.8482
CIE-Lab40.287665.164022.6961

#be063e color RGB value is (190,6,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 00111110
Octal 276 6 76
Decimal 190 6 62
Hex BE 6 3E

RGB Percentages of Color #be063e

%73.64
%2.33
%24.03

CMYK Percentages of Color #be063e

%0
%97
%67
%25

Triadic Colors of #be063e

#be063e #3ebe06 #063ebe

Analogous Colors of #be063e

#be063e #be2a06 #be069a

Monochromatic Colors of #be063e

#be063e

Complementary Color

#be063e #06be86

#be063e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be063e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be063e Color CSS Codes

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

#be063e Text Font Color

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

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


#be063e Background Color

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

This div background color is #be063e


#be063e Border Color

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

This div border color is #be063e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be063e


Comments

No comments written yet.

Please login to write comment.