Color Hex Logo

#be332d Color Hex

#BE332D
(190,51,45)
0 Favorites   0 Comments

Color spaces of #be332d

RGB 1905145
HSL0.010.620.46
HSV76°75°
CMYK 0.000.730.76   0.25
XYZ22.892713.50433.8826
Yxy13.50430.56830.3353
Hunter Lab36.748246.889219.4595
CIE-Lab43.513554.568936.7804

#be332d color RGB value is (190,51,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 00101101
Octal 276 63 55
Decimal 190 51 45
Hex BE 33 2D

RGB Percentages of Color #be332d

%66.43
%17.83
%15.73

CMYK Percentages of Color #be332d

%0
%73
%76
%25

Triadic Colors of #be332d

#be332d #2dbe33 #332dbe

Analogous Colors of #be332d

#be332d #be7c2d #be2d70

Monochromatic Colors of #be332d

#be332d

Complementary Color

#be332d #2db8be

#be332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be332d Color CSS Codes

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

#be332d Text Font Color

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

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


#be332d Background Color

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

This div background color is #be332d


#be332d Border Color

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

This div border color is #be332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be332d


Comments

No comments written yet.

Please login to write comment.