Color Hex Logo

#be012e Color Hex

#BE012E
(190,1,46)
0 Favorites   0 Comments

Color spaces of #be012e

RGB 190146
HSL0.960.990.37
HSV346°99°75°
CMYK 0.000.990.76   0.25
XYZ21.739211.16613.5943
Yxy11.16610.59560.3059
Hunter Lab33.415757.648917.0136
CIE-Lab39.858865.006432.1507

#be012e color RGB value is (190,1,46).

#be012e hex color red value is 190, green value is 1 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be012e hue: 0.96 , saturation: 0.99 and the lightness value of be012e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 00101110
Octal 276 1 56
Decimal 190 1 46
Hex BE 1 2E

RGB Percentages of Color #be012e

%80.17
%0.42
%19.41

CMYK Percentages of Color #be012e

%0
%99
%76
%25

Triadic Colors of #be012e

#be012e #2ebe01 #012ebe

Analogous Colors of #be012e

#be012e #be3301 #be018d

Monochromatic Colors of #be012e

#be012e

Complementary Color

#be012e #01be91

#be012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be012e Color CSS Codes

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

#be012e Text Font Color

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

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


#be012e Background Color

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

This div background color is #be012e


#be012e Border Color

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

This div border color is #be012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be012e


Comments

No comments written yet.

Please login to write comment.