Color Hex Logo

#be042d Color Hex

#BE042D
(190,4,45)
0 Favorites   0 Comments

Color spaces of #be042d

RGB 190445
HSL0.960.960.38
HSV347°98°75°
CMYK 0.000.980.76   0.25
XYZ21.752311.22343.5025
Yxy11.22340.59630.3077
Hunter Lab33.501357.272017.2523
CIE-Lab39.954264.656632.8661

#be042d color RGB value is (190,4,45).

#be042d hex color red value is 190, green value is 4 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be042d hue: 0.96 , saturation: 0.96 and the lightness value of be042d is 0.38.

The process color (four color CMYK) of #be042d color hex is 0.00, 0.98, 0.76, 0.25. Web safe color of #be042d is #cc0033. Color #be042d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000100 00101101
Octal 276 4 55
Decimal 190 4 45
Hex BE 4 2D

RGB Percentages of Color #be042d

%79.50
%1.67
%18.83

CMYK Percentages of Color #be042d

%0
%98
%76
%25

Triadic Colors of #be042d

#be042d #2dbe04 #042dbe

Analogous Colors of #be042d

#be042d #be3804 #be048a

Monochromatic Colors of #be042d

#be042d

Complementary Color

#be042d #04be95

#be042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be042d Color CSS Codes

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

#be042d Text Font Color

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

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


#be042d Background Color

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

This div background color is #be042d


#be042d Border Color

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

This div border color is #be042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be042d


Comments

No comments written yet.

Please login to write comment.