Color Hex Logo

#be121d Color Hex

#BE121D
(190,18,29)
0 Favorites   0 Comments

Color spaces of #be121d

RGB 1901829
HSL0.990.830.41
HSV356°91°75°
CMYK 0.000.910.85   0.25
XYZ21.673311.46852.2337
Yxy11.46850.61270.3242
Hunter Lab33.865254.973819.7949
CIE-Lab40.358662.542942.4199

#be121d color RGB value is (190,18,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 00011101
Octal 276 22 35
Decimal 190 18 29
Hex BE 12 1D

RGB Percentages of Color #be121d

%80.17
%7.59
%12.24

CMYK Percentages of Color #be121d

%0
%91
%85
%25

Triadic Colors of #be121d

#be121d #1dbe12 #121dbe

Analogous Colors of #be121d

#be121d #be5d12 #be1273

Monochromatic Colors of #be121d

#be121d

Complementary Color

#be121d #12beb3

#be121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be121d Color CSS Codes

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

#be121d Text Font Color

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

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


#be121d Background Color

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

This div background color is #be121d


#be121d Border Color

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

This div border color is #be121d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,18,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 #be121d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be121d


Comments

No comments written yet.

Please login to write comment.