Color Hex Logo

#be322d Color Hex

#BE322D
(190,50,45)
0 Favorites   0 Comments

Color spaces of #be322d

RGB 1905045
HSL0.010.620.46
HSV76°75°
CMYK 0.000.740.76   0.25
XYZ22.849513.41783.8682
Yxy13.41780.56930.3343
Hunter Lab36.630347.242919.3801
CIE-Lab43.386154.922036.6423

#be322d color RGB value is (190,50,45).

#be322d hex color red value is 190, green value is 50 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be322d hue: 0.01 , saturation: 0.62 and the lightness value of be322d is 0.46.

The process color (four color CMYK) of #be322d color hex is 0.00, 0.74, 0.76, 0.25. Web safe color of #be322d is #cc3333. Color #be322d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00101101
Octal 276 62 55
Decimal 190 50 45
Hex BE 32 2D

RGB Percentages of Color #be322d

%66.67
%17.54
%15.79

CMYK Percentages of Color #be322d

%0
%74
%76
%25

Triadic Colors of #be322d

#be322d #2dbe32 #322dbe

Analogous Colors of #be322d

#be322d #be7b2d #be2d71

Monochromatic Colors of #be322d

#be322d

Complementary Color

#be322d #2db9be

#be322d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be322d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be322d Color CSS Codes

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

#be322d Text Font Color

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

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


#be322d Background Color

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

This div background color is #be322d


#be322d Border Color

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

This div border color is #be322d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be322d


Comments

No comments written yet.

Please login to write comment.