Color Hex Logo

#be210e Color Hex

#BE210E
(190,33,14)
0 Favorites   0 Comments

Color spaces of #be210e

RGB 1903314
HSL0.020.860.40
HSV93°75°
CMYK 0.000.830.93   0.25
XYZ21.858312.06661.5925
Yxy12.06660.61540.3397
Hunter Lab34.737051.531521.5978
CIE-Lab41.321859.257949.9200

#be210e color RGB value is (190,33,14).

#be210e hex color red value is 190, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #be210e hue: 0.02 , saturation: 0.86 and the lightness value of be210e is 0.40.

The process color (four color CMYK) of #be210e color hex is 0.00, 0.83, 0.93, 0.25. Web safe color of #be210e is #cc3300. Color #be210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 00001110
Octal 276 41 16
Decimal 190 33 14
Hex BE 21 E

RGB Percentages of Color #be210e

%80.17
%13.92
%5.91

CMYK Percentages of Color #be210e

%0
%83
%93
%25

Triadic Colors of #be210e

#be210e #0ebe21 #210ebe

Analogous Colors of #be210e

#be210e #be790e #be0e53

Monochromatic Colors of #be210e

#be210e

Complementary Color

#be210e #0eabbe

#be210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be210e Color CSS Codes

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

#be210e Text Font Color

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

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


#be210e Background Color

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

This div background color is #be210e


#be210e Border Color

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

This div border color is #be210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be210e


Comments

No comments written yet.

Please login to write comment.