Color Hex Logo

#be1531 Color Hex

#BE1531
(190,21,49)
0 Favorites   0 Comments

Color spaces of #be1531

RGB 1902149
HSL0.970.800.41
HSV350°89°75°
CMYK 0.000.890.74   0.25
XYZ22.057711.70524.0025
Yxy11.70520.58410.3099
Hunter Lab34.212955.209917.0128
CIE-Lab40.743762.678431.3341

#be1531 color RGB value is (190,21,49).

#be1531 hex color red value is 190, green value is 21 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #be1531 hue: 0.97 , saturation: 0.80 and the lightness value of be1531 is 0.41.

The process color (four color CMYK) of #be1531 color hex is 0.00, 0.89, 0.74, 0.25. Web safe color of #be1531 is #cc0033. Color #be1531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 00110001
Octal 276 25 61
Decimal 190 21 49
Hex BE 15 31

RGB Percentages of Color #be1531

%73.08
%8.08
%18.85

CMYK Percentages of Color #be1531

%0
%89
%74
%25

Triadic Colors of #be1531

#be1531 #31be15 #1531be

Analogous Colors of #be1531

#be1531 #be4e15 #be1586

Monochromatic Colors of #be1531

#be1531

Complementary Color

#be1531 #15bea2

#be1531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1531 Color CSS Codes

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

#be1531 Text Font Color

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

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


#be1531 Background Color

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

This div background color is #be1531


#be1531 Border Color

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

This div border color is #be1531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1531


Comments

No comments written yet.

Please login to write comment.