Color Hex Logo

#be332a Color Hex

#BE332A
(190,51,42)
0 Favorites   0 Comments

Color spaces of #be332a

RGB 1905142
HSL0.010.640.45
HSV78°75°
CMYK 0.000.730.78   0.25
XYZ22.836913.48203.5891
Yxy13.48200.57220.3378
Hunter Lab36.717846.763019.9070
CIE-Lab43.480754.457238.4263

#be332a color RGB value is (190,51,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 00101010
Octal 276 63 52
Decimal 190 51 42
Hex BE 33 2A

RGB Percentages of Color #be332a

%67.14
%18.02
%14.84

CMYK Percentages of Color #be332a

%0
%73
%78
%25

Triadic Colors of #be332a

#be332a #2abe33 #332abe

Analogous Colors of #be332a

#be332a #be7d2a #be2a6b

Monochromatic Colors of #be332a

#be332a

Complementary Color

#be332a #2ab5be

#be332a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be332a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be332a Color CSS Codes

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

#be332a Text Font Color

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

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


#be332a Background Color

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

This div background color is #be332a


#be332a Border Color

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

This div border color is #be332a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be332a


Comments

No comments written yet.

Please login to write comment.