Color Hex Logo

#be051c Color Hex

#BE051C
(190,5,28)
0 Favorites   0 Comments

Color spaces of #be051c

RGB 190528
HSL0.980.950.38
HSV353°97°75°
CMYK 0.000.970.85   0.25
XYZ21.499111.13952.1156
Yxy11.13950.61860.3205
Hunter Lab33.375956.573119.6049
CIE-Lab39.814464.067842.4641

#be051c color RGB value is (190,5,28).

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

The process color (four color CMYK) of #be051c color hex is 0.00, 0.97, 0.85, 0.25. Web safe color of #be051c is #cc0033. Color #be051c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 00011100
Octal 276 5 34
Decimal 190 5 28
Hex BE 5 1C

RGB Percentages of Color #be051c

%85.20
%2.24
%12.56

CMYK Percentages of Color #be051c

%0
%97
%85
%25

Triadic Colors of #be051c

#be051c #1cbe05 #051cbe

Analogous Colors of #be051c

#be051c #be4b05 #be0579

Monochromatic Colors of #be051c

#be051c

Complementary Color

#be051c #05bea7

#be051c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be051c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be051c Color CSS Codes

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

#be051c Text Font Color

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

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


#be051c Background Color

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

This div background color is #be051c


#be051c Border Color

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

This div border color is #be051c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be051c


Comments

No comments written yet.

Please login to write comment.