Color Hex Logo

#be052c Color Hex

#BE052C
(190,5,44)
0 Favorites   0 Comments

Color spaces of #be052c

RGB 190544
HSL0.960.950.38
HSV347°97°75°
CMYK 0.000.970.77   0.25
XYZ21.744111.23753.4059
Yxy11.23750.59760.3088
Hunter Lab33.522457.118817.4418
CIE-Lab39.977664.517233.4967

#be052c color RGB value is (190,5,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 00101100
Octal 276 5 54
Decimal 190 5 44
Hex BE 5 2C

RGB Percentages of Color #be052c

%79.50
%2.09
%18.41

CMYK Percentages of Color #be052c

%0
%97
%77
%25

Triadic Colors of #be052c

#be052c #2cbe05 #052cbe

Analogous Colors of #be052c

#be052c #be3a05 #be0589

Monochromatic Colors of #be052c

#be052c

Complementary Color

#be052c #05be97

#be052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be052c Color CSS Codes

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

#be052c Text Font Color

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

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


#be052c Background Color

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

This div background color is #be052c


#be052c Border Color

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

This div border color is #be052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be052c


Comments

No comments written yet.

Please login to write comment.