Color Hex Logo

#be3701 Color Hex

#BE3701
(190,55,1)
0 Favorites   0 Comments

Color spaces of #be3701

RGB 190551
HSL0.050.990.37
HSV17°99°75°
CMYK 0.000.710.99   0.25
XYZ22.606913.68171.4780
Yxy13.68170.59860.3623
Hunter Lab36.988844.365723.5230
CIE-Lab43.772952.150555.3477

#be3701 color RGB value is (190,55,1).

#be3701 hex color red value is 190, green value is 55 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #be3701 hue: 0.05 , saturation: 0.99 and the lightness value of be3701 is 0.37.

The process color (four color CMYK) of #be3701 color hex is 0.00, 0.71, 0.99, 0.25. Web safe color of #be3701 is #cc3300. Color #be3701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 00000001
Octal 276 67 1
Decimal 190 55 1
Hex BE 37 1

RGB Percentages of Color #be3701

%77.24
%22.36
%0.41

CMYK Percentages of Color #be3701

%0
%71
%99
%25

Triadic Colors of #be3701

#be3701 #01be37 #3701be

Analogous Colors of #be3701

#be3701 #be9601 #be012a

Monochromatic Colors of #be3701

#be3701

Complementary Color

#be3701 #0188be

#be3701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3701 Color CSS Codes

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

#be3701 Text Font Color

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

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


#be3701 Background Color

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

This div background color is #be3701


#be3701 Border Color

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

This div border color is #be3701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3701


Comments

No comments written yet.

Please login to write comment.