Color Hex Logo

#be010e Color Hex

#BE010E
(190,1,14)
0 Favorites   0 Comments

Color spaces of #be010e

RGB 190114
HSL0.990.990.37
HSV356°99°75°
CMYK 0.000.990.93   0.25
XYZ21.325311.00061.4148
Yxy11.00060.63200.3260
Hunter Lab33.167256.726620.6879
CIE-Lab39.581564.248848.8110

#be010e color RGB value is (190,1,14).

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

The process color (four color CMYK) of #be010e color hex is 0.00, 0.99, 0.93, 0.25. Web safe color of #be010e is #cc0000. Color #be010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 00001110
Octal 276 1 16
Decimal 190 1 14
Hex BE 1 E

RGB Percentages of Color #be010e

%92.68
%0.49
%6.83

CMYK Percentages of Color #be010e

%0
%99
%93
%25

Triadic Colors of #be010e

#be010e #0ebe01 #010ebe

Analogous Colors of #be010e

#be010e #be5301 #be016d

Monochromatic Colors of #be010e

#be010e

Complementary Color

#be010e #01beb1

#be010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be010e Color CSS Codes

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

#be010e Text Font Color

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

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


#be010e Background Color

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

This div background color is #be010e


#be010e Border Color

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

This div border color is #be010e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,1,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 #be010e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be010e


Comments

No comments written yet.

Please login to write comment.