Color Hex Logo

#be442c Color Hex

#BE442C
(190,68,44)
0 Favorites   0 Comments

Color spaces of #be442c

RGB 1906844
HSL0.030.620.46
HSV10°77°75°
CMYK 0.000.640.77   0.25
XYZ23.756915.26324.0768
Yxy15.26320.55120.3542
Hunter Lab39.068140.174621.1607
CIE-Lab45.992647.749339.9750

#be442c color RGB value is (190,68,44).

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

The process color (four color CMYK) of #be442c color hex is 0.00, 0.64, 0.77, 0.25. Web safe color of #be442c is #cc3333. Color #be442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 00101100
Octal 276 104 54
Decimal 190 68 44
Hex BE 44 2C

RGB Percentages of Color #be442c

%62.91
%22.52
%14.57

CMYK Percentages of Color #be442c

%0
%64
%77
%25

Triadic Colors of #be442c

#be442c #2cbe44 #442cbe

Analogous Colors of #be442c

#be442c #be8d2c #be2c5d

Monochromatic Colors of #be442c

#be442c

Complementary Color

#be442c #2ca6be

#be442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be442c Color CSS Codes

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

#be442c Text Font Color

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

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


#be442c Background Color

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

This div background color is #be442c


#be442c Border Color

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

This div border color is #be442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be442c


Comments

No comments written yet.

Please login to write comment.