Color Hex Logo

#be020c Color Hex

#BE020C
(190,2,12)
0 Favorites   0 Comments

Color spaces of #be020c

RGB 190212
HSL0.990.980.38
HSV357°99°75°
CMYK 0.000.990.94   0.25
XYZ21.323311.01711.3505
Yxy11.01710.63290.3270
Hunter Lab33.192056.586420.8221
CIE-Lab39.609364.119649.5822

#be020c color RGB value is (190,2,12).

#be020c hex color red value is 190, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #be020c hue: 0.99 , saturation: 0.98 and the lightness value of be020c is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 00001100
Octal 276 2 14
Decimal 190 2 12
Hex BE 2 C

RGB Percentages of Color #be020c

%93.14
%0.98
%5.88

CMYK Percentages of Color #be020c

%0
%99
%94
%25

Triadic Colors of #be020c

#be020c #0cbe02 #020cbe

Analogous Colors of #be020c

#be020c #be5602 #be026a

Monochromatic Colors of #be020c

#be020c

Complementary Color

#be020c #02beb4

#be020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be020c Color CSS Codes

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

#be020c Text Font Color

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

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


#be020c Background Color

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

This div background color is #be020c


#be020c Border Color

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

This div border color is #be020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be020c


Comments

No comments written yet.

Please login to write comment.