Color Hex Logo

#be052d Color Hex

#BE052D
(190,5,45)
0 Favorites   0 Comments

Color spaces of #be052d

RGB 190545
HSL0.960.950.38
HSV347°97°75°
CMYK 0.000.970.76   0.25
XYZ21.763111.24523.5061
Yxy11.24520.59600.3080
Hunter Lab33.533957.160217.2747
CIE-Lab39.990464.551232.9067

#be052d color RGB value is (190,5,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 00101101
Octal 276 5 55
Decimal 190 5 45
Hex BE 5 2D

RGB Percentages of Color #be052d

%79.17
%2.08
%18.75

CMYK Percentages of Color #be052d

%0
%97
%76
%25

Triadic Colors of #be052d

#be052d #2dbe05 #052dbe

Analogous Colors of #be052d

#be052d #be3905 #be058a

Monochromatic Colors of #be052d

#be052d

Complementary Color

#be052d #05be96

#be052d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be052d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be052d Color CSS Codes

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

#be052d Text Font Color

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

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


#be052d Background Color

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

This div background color is #be052d


#be052d Border Color

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

This div border color is #be052d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be052d


Comments

No comments written yet.

Please login to write comment.