Color Hex Logo

#be121e Color Hex

#BE121E
(190,18,30)
0 Favorites   0 Comments

Color spaces of #be121e

RGB 1901830
HSL0.990.830.41
HSV356°91°75°
CMYK 0.000.910.84   0.25
XYZ21.685911.47352.2999
Yxy11.47350.61160.3236
Hunter Lab33.872655.002419.6851
CIE-Lab40.366862.566841.8984

#be121e color RGB value is (190,18,30).

#be121e hex color red value is 190, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #be121e hue: 0.99 , saturation: 0.83 and the lightness value of be121e is 0.41.

The process color (four color CMYK) of #be121e color hex is 0.00, 0.91, 0.84, 0.25. Web safe color of #be121e is #cc0033. Color #be121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 00011110
Octal 276 22 36
Decimal 190 18 30
Hex BE 12 1E

RGB Percentages of Color #be121e

%79.83
%7.56
%12.61

CMYK Percentages of Color #be121e

%0
%91
%84
%25

Triadic Colors of #be121e

#be121e #1ebe12 #121ebe

Analogous Colors of #be121e

#be121e #be5c12 #be1274

Monochromatic Colors of #be121e

#be121e

Complementary Color

#be121e #12beb2

#be121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be121e Color CSS Codes

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

#be121e Text Font Color

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

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


#be121e Background Color

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

This div background color is #be121e


#be121e Border Color

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

This div border color is #be121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be121e


Comments

No comments written yet.

Please login to write comment.