Color Hex Logo

#be7108 Color Hex

#BE7108
(190,113,8)
0 Favorites   0 Comments

Color spaces of #be7108

RGB 1901138
HSL0.100.920.39
HSV35°96°75°
CMYK 0.000.410.96   0.25
XYZ27.184222.77493.1930
Yxy22.77490.51140.4285
Hunter Lab47.723118.162529.4392
CIE-Lab54.839724.086160.4624

#be7108 color RGB value is (190,113,8).

#be7108 hex color red value is 190, green value is 113 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #be7108 hue: 0.10 , saturation: 0.92 and the lightness value of be7108 is 0.39.

The process color (four color CMYK) of #be7108 color hex is 0.00, 0.41, 0.96, 0.25. Web safe color of #be7108 is #cc6600. Color #be7108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 00001000
Octal 276 161 10
Decimal 190 113 8
Hex BE 71 8

RGB Percentages of Color #be7108

%61.09
%36.33
%2.57

CMYK Percentages of Color #be7108

%0
%41
%96
%25

Triadic Colors of #be7108

#be7108 #08be71 #7108be

Analogous Colors of #be7108

#be7108 #b0be08 #be1608

Monochromatic Colors of #be7108

#be7108

Complementary Color

#be7108 #0855be

#be7108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7108 Color CSS Codes

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

#be7108 Text Font Color

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

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


#be7108 Background Color

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

This div background color is #be7108


#be7108 Border Color

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

This div border color is #be7108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7108


Comments

No comments written yet.

Please login to write comment.