Color Hex Logo

#be620e Color Hex

#BE620E
(190,98,14)
0 Favorites   0 Comments

Color spaces of #be620e

RGB 1909814
HSL0.080.860.40
HSV29°93°75°
CMYK 0.000.480.93   0.25
XYZ25.682219.71422.8671
Yxy19.71420.53210.4085
Hunter Lab44.400725.546627.2519
CIE-Lab51.512532.244856.8999

#be620e color RGB value is (190,98,14).

#be620e hex color red value is 190, green value is 98 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #be620e hue: 0.08 , saturation: 0.86 and the lightness value of be620e is 0.40.

The process color (four color CMYK) of #be620e color hex is 0.00, 0.48, 0.93, 0.25. Web safe color of #be620e is #cc6600. Color #be620e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 00001110
Octal 276 142 16
Decimal 190 98 14
Hex BE 62 E

RGB Percentages of Color #be620e

%62.91
%32.45
%4.64

CMYK Percentages of Color #be620e

%0
%48
%93
%25

Triadic Colors of #be620e

#be620e #0ebe62 #620ebe

Analogous Colors of #be620e

#be620e #beba0e #be0e12

Monochromatic Colors of #be620e

#be620e

Complementary Color

#be620e #0e6abe

#be620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be620e Color CSS Codes

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

#be620e Text Font Color

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

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


#be620e Background Color

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

This div background color is #be620e


#be620e Border Color

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

This div border color is #be620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be620e


Comments

No comments written yet.

Please login to write comment.