Color Hex Logo

#be3c22 Color Hex

#BE3C22
(190,60,34)
0 Favorites   0 Comments

Color spaces of #be3c22

RGB 1906034
HSL0.030.700.44
HSV10°82°75°
CMYK 0.000.680.82   0.25
XYZ23.139814.29443.0529
Yxy14.29440.57150.3531
Hunter Lab37.807943.084521.6780
CIE-Lab44.652250.775843.8133

#be3c22 color RGB value is (190,60,34).

#be3c22 hex color red value is 190, green value is 60 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #be3c22 hue: 0.03 , saturation: 0.70 and the lightness value of be3c22 is 0.44.

The process color (four color CMYK) of #be3c22 color hex is 0.00, 0.68, 0.82, 0.25. Web safe color of #be3c22 is #cc3333. Color #be3c22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111100 00100010
Octal 276 74 42
Decimal 190 60 34
Hex BE 3C 22

RGB Percentages of Color #be3c22

%66.90
%21.13
%11.97

CMYK Percentages of Color #be3c22

%0
%68
%82
%25

Triadic Colors of #be3c22

#be3c22 #22be3c #3c22be

Analogous Colors of #be3c22

#be3c22 #be8a22 #be2256

Monochromatic Colors of #be3c22

#be3c22

Complementary Color

#be3c22 #22a4be

#be3c22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3c22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3c22 Color CSS Codes

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

#be3c22 Text Font Color

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

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


#be3c22 Background Color

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

This div background color is #be3c22


#be3c22 Border Color

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

This div border color is #be3c22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3c22


Comments

No comments written yet.

Please login to write comment.