Color Hex Logo

#be182b Color Hex

#BE182B
(190,24,43)
0 Favorites   0 Comments

Color spaces of #be182b

RGB 1902443
HSL0.980.780.42
HSV353°87°75°
CMYK 0.000.870.77   0.25
XYZ21.997911.77483.3989
Yxy11.77480.59180.3168
Hunter Lab34.314454.380518.1473
CIE-Lab40.855961.916635.0542

#be182b color RGB value is (190,24,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 00101011
Octal 276 30 53
Decimal 190 24 43
Hex BE 18 2B

RGB Percentages of Color #be182b

%73.93
%9.34
%16.73

CMYK Percentages of Color #be182b

%0
%87
%77
%25

Triadic Colors of #be182b

#be182b #2bbe18 #182bbe

Analogous Colors of #be182b

#be182b #be5818 #be187e

Monochromatic Colors of #be182b

#be182b

Complementary Color

#be182b #18beab

#be182b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be182b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be182b Color CSS Codes

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

#be182b Text Font Color

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

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


#be182b Background Color

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

This div background color is #be182b


#be182b Border Color

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

This div border color is #be182b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be182b


Comments

No comments written yet.

Please login to write comment.