Color Hex Logo

#be420a Color Hex

#BE420A
(190,66,10)
0 Favorites   0 Comments

Color spaces of #be420a

RGB 1906610
HSL0.050.900.39
HSV19°95°75°
CMYK 0.000.650.95   0.25
XYZ23.238214.86551.9317
Yxy14.86550.58040.3713
Hunter Lab38.555840.112224.0186
CIE-Lab45.449447.781553.7850

#be420a color RGB value is (190,66,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 00001010
Octal 276 102 12
Decimal 190 66 10
Hex BE 42 A

RGB Percentages of Color #be420a

%71.43
%24.81
%3.76

CMYK Percentages of Color #be420a

%0
%65
%95
%25

Triadic Colors of #be420a

#be420a #0abe42 #420abe

Analogous Colors of #be420a

#be420a #be9c0a #be0a2c

Monochromatic Colors of #be420a

#be420a

Complementary Color

#be420a #0a86be

#be420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be420a Color CSS Codes

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

#be420a Text Font Color

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

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


#be420a Background Color

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

This div background color is #be420a


#be420a Border Color

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

This div border color is #be420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be420a


Comments

No comments written yet.

Please login to write comment.