Color Hex Logo

#be181d Color Hex

#BE181D
(190,24,29)
0 Favorites   0 Comments

Color spaces of #be181d

RGB 1902429
HSL0.990.780.42
HSV358°87°75°
CMYK 0.000.870.85   0.25
XYZ21.783611.68912.2705
Yxy11.68910.60940.3270
Hunter Lab34.189353.899319.9951
CIE-Lab40.717761.512542.7399

#be181d color RGB value is (190,24,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 00011101
Octal 276 30 35
Decimal 190 24 29
Hex BE 18 1D

RGB Percentages of Color #be181d

%78.19
%9.88
%11.93

CMYK Percentages of Color #be181d

%0
%87
%85
%25

Triadic Colors of #be181d

#be181d #1dbe18 #181dbe

Analogous Colors of #be181d

#be181d #be6618 #be1870

Monochromatic Colors of #be181d

#be181d

Complementary Color

#be181d #18beb9

#be181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be181d Color CSS Codes

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

#be181d Text Font Color

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

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


#be181d Background Color

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

This div background color is #be181d


#be181d Border Color

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

This div border color is #be181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be181d


Comments

No comments written yet.

Please login to write comment.