Color Hex Logo

#be4846 Color Hex

#BE4846
(190,72,70)
0 Favorites   0 Comments

Color spaces of #be4846

RGB 1907270
HSL0.000.480.51
HSV63°75°
CMYK 0.000.620.63   0.25
XYZ24.658116.02417.5877
Yxy16.02410.51080.3320
Hunter Lab40.030139.901316.7827
CIE-Lab47.006147.314126.3286

#be4846 color RGB value is (190,72,70).

#be4846 hex color red value is 190, green value is 72 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #be4846 hue: 0.00 , saturation: 0.48 and the lightness value of be4846 is 0.51.

The process color (four color CMYK) of #be4846 color hex is 0.00, 0.62, 0.63, 0.25. Web safe color of #be4846 is #cc3333. Color #be4846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 01000110
Octal 276 110 106
Decimal 190 72 70
Hex BE 48 46

RGB Percentages of Color #be4846

%57.23
%21.69
%21.08

CMYK Percentages of Color #be4846

%0
%62
%63
%25

Triadic Colors of #be4846

#be4846 #46be48 #4846be

Analogous Colors of #be4846

#be4846 #be8446 #be4680

Monochromatic Colors of #be4846

#be4846

Complementary Color

#be4846 #46bcbe

#be4846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4846 Color CSS Codes

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

#be4846 Text Font Color

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

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


#be4846 Background Color

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

This div background color is #be4846


#be4846 Border Color

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

This div border color is #be4846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4846


Comments

No comments written yet.

Please login to write comment.