Color Hex Logo

#be181b Color Hex

#BE181B
(190,24,27)
0 Favorites   0 Comments

Color spaces of #be181b

RGB 1902427
HSL1.000.780.42
HSV359°87°75°
CMYK 0.000.870.86   0.25
XYZ21.759711.67952.1444
Yxy11.67950.61150.3282
Hunter Lab34.175353.845820.2024
CIE-Lab40.702161.467543.7518

#be181b color RGB value is (190,24,27).

#be181b hex color red value is 190, green value is 24 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #be181b hue: 1.00 , saturation: 0.78 and the lightness value of be181b is 0.42.

The process color (four color CMYK) of #be181b color hex is 0.00, 0.87, 0.86, 0.25. Web safe color of #be181b is #cc0033. Color #be181b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 00011011
Octal 276 30 33
Decimal 190 24 27
Hex BE 18 1B

RGB Percentages of Color #be181b

%78.84
%9.96
%11.20

CMYK Percentages of Color #be181b

%0
%87
%86
%25

Triadic Colors of #be181b

#be181b #1bbe18 #181bbe

Analogous Colors of #be181b

#be181b #be6818 #be186e

Monochromatic Colors of #be181b

#be181b

Complementary Color

#be181b #18bebb

#be181b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be181b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be181b Color CSS Codes

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

#be181b Text Font Color

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

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


#be181b Background Color

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

This div background color is #be181b


#be181b Border Color

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

This div border color is #be181b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be181b


Comments

No comments written yet.

Please login to write comment.