Color Hex Logo

#be490a Color Hex

#BE490A
(190,73,10)
0 Favorites   0 Comments

Color spaces of #be490a

RGB 1907310
HSL0.060.900.39
HSV21°95°75°
CMYK 0.000.620.95   0.25
XYZ23.672515.73422.0765
Yxy15.73420.57070.3793
Hunter Lab39.666437.111024.6627
CIE-Lab46.623844.655254.5377

#be490a color RGB value is (190,73,10).

#be490a hex color red value is 190, green value is 73 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #be490a hue: 0.06 , saturation: 0.90 and the lightness value of be490a is 0.39.

The process color (four color CMYK) of #be490a color hex is 0.00, 0.62, 0.95, 0.25. Web safe color of #be490a is #cc3300. Color #be490a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 00001010
Octal 276 111 12
Decimal 190 73 10
Hex BE 49 A

RGB Percentages of Color #be490a

%69.60
%26.74
%3.66

CMYK Percentages of Color #be490a

%0
%62
%95
%25

Triadic Colors of #be490a

#be490a #0abe49 #490abe

Analogous Colors of #be490a

#be490a #bea30a #be0a25

Monochromatic Colors of #be490a

#be490a

Complementary Color

#be490a #0a7fbe

#be490a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be490a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be490a Color CSS Codes

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

#be490a Text Font Color

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

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


#be490a Background Color

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

This div background color is #be490a


#be490a Border Color

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

This div border color is #be490a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be490a


Comments

No comments written yet.

Please login to write comment.