Color Hex Logo

#be071e Color Hex

#BE071E
(190,7,30)
0 Favorites   0 Comments

Color spaces of #be071e

RGB 190730
HSL0.980.930.39
HSV352°96°75°
CMYK 0.000.960.84   0.25
XYZ21.545511.19282.2532
Yxy11.19280.61570.3199
Hunter Lab33.455656.407019.4258
CIE-Lab39.903363.903741.4761

#be071e color RGB value is (190,7,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000111 00011110
Octal 276 7 36
Decimal 190 7 30
Hex BE 7 1E

RGB Percentages of Color #be071e

%83.70
%3.08
%13.22

CMYK Percentages of Color #be071e

%0
%96
%84
%25

Triadic Colors of #be071e

#be071e #1ebe07 #071ebe

Analogous Colors of #be071e

#be071e #be4b07 #be077a

Monochromatic Colors of #be071e

#be071e

Complementary Color

#be071e #07bea7

#be071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be071e Color CSS Codes

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

#be071e Text Font Color

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

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


#be071e Background Color

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

This div background color is #be071e


#be071e Border Color

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

This div border color is #be071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be071e


Comments

No comments written yet.

Please login to write comment.