Color Hex Logo

#be071f Color Hex

#BE071F
(190,7,31)
0 Favorites   0 Comments

Color spaces of #be071f

RGB 190731
HSL0.980.930.39
HSV352°96°75°
CMYK 0.000.960.84   0.25
XYZ21.558511.19802.3215
Yxy11.19800.61460.3192
Hunter Lab33.463456.436019.3112
CIE-Lab39.912063.927740.9417

#be071f color RGB value is (190,7,31).

#be071f hex color red value is 190, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #be071f hue: 0.98 , saturation: 0.93 and the lightness value of be071f is 0.39.

The process color (four color CMYK) of #be071f color hex is 0.00, 0.96, 0.84, 0.25. Web safe color of #be071f is #cc0033. Color #be071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000111 00011111
Octal 276 7 37
Decimal 190 7 31
Hex BE 7 1F

RGB Percentages of Color #be071f

%83.33
%3.07
%13.60

CMYK Percentages of Color #be071f

%0
%96
%84
%25

Triadic Colors of #be071f

#be071f #1fbe07 #071fbe

Analogous Colors of #be071f

#be071f #be4a07 #be077b

Monochromatic Colors of #be071f

#be071f

Complementary Color

#be071f #07bea6

#be071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be071f Color CSS Codes

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

#be071f Text Font Color

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

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


#be071f Background Color

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

This div background color is #be071f


#be071f Border Color

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

This div border color is #be071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be071f


Comments

No comments written yet.

Please login to write comment.