Color Hex Logo

#be5022 Color Hex

#BE5022
(190,80,34)
0 Favorites   0 Comments

Color spaces of #be5022

RGB 1908034
HSL0.050.700.44
HSV18°82°75°
CMYK 0.000.580.82   0.25
XYZ24.392616.80003.4705
Yxy16.80000.54610.3761
Hunter Lab40.987834.500023.6713
CIE-Lab48.007041.851046.9446

#be5022 color RGB value is (190,80,34).

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

The process color (four color CMYK) of #be5022 color hex is 0.00, 0.58, 0.82, 0.25. Web safe color of #be5022 is #cc6633. Color #be5022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 00100010
Octal 276 120 42
Decimal 190 80 34
Hex BE 50 22

RGB Percentages of Color #be5022

%62.50
%26.32
%11.18

CMYK Percentages of Color #be5022

%0
%58
%82
%25

Triadic Colors of #be5022

#be5022 #22be50 #5022be

Analogous Colors of #be5022

#be5022 #be9e22 #be2242

Monochromatic Colors of #be5022

#be5022

Complementary Color

#be5022 #2290be

#be5022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5022 Color CSS Codes

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

#be5022 Text Font Color

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

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


#be5022 Background Color

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

This div background color is #be5022


#be5022 Border Color

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

This div border color is #be5022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5022


Comments

No comments written yet.

Please login to write comment.