Color Hex Logo

#be420c Color Hex

#BE420C
(190,66,12)
0 Favorites   0 Comments

Color spaces of #be420c

RGB 1906612
HSL0.050.880.40
HSV18°94°75°
CMYK 0.000.650.94   0.25
XYZ23.249814.87011.9926
Yxy14.87010.57960.3707
Hunter Lab38.561840.138823.9295
CIE-Lab45.455847.806253.2534

#be420c color RGB value is (190,66,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 00001100
Octal 276 102 14
Decimal 190 66 12
Hex BE 42 C

RGB Percentages of Color #be420c

%70.90
%24.63
%4.48

CMYK Percentages of Color #be420c

%0
%65
%94
%25

Triadic Colors of #be420c

#be420c #0cbe42 #420cbe

Analogous Colors of #be420c

#be420c #be9b0c #be0c2f

Monochromatic Colors of #be420c

#be420c

Complementary Color

#be420c #0c88be

#be420c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be420c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be420c Color CSS Codes

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

#be420c Text Font Color

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

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


#be420c Background Color

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

This div background color is #be420c


#be420c Border Color

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

This div border color is #be420c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be420c


Comments

No comments written yet.

Please login to write comment.