Color Hex Logo

#be1737 Color Hex

#BE1737
(190,23,55)
0 Favorites   0 Comments

Color spaces of #be1737

RGB 1902355
HSL0.970.780.42
HSV349°88°75°
CMYK 0.000.880.71   0.25
XYZ22.231211.83584.7272
Yxy11.83580.57310.3051
Hunter Lab34.403255.140315.9354
CIE-Lab40.954062.575627.9036

#be1737 color RGB value is (190,23,55).

#be1737 hex color red value is 190, green value is 23 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #be1737 hue: 0.97 , saturation: 0.78 and the lightness value of be1737 is 0.42.

The process color (four color CMYK) of #be1737 color hex is 0.00, 0.88, 0.71, 0.25. Web safe color of #be1737 is #cc0033. Color #be1737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 00110111
Octal 276 27 67
Decimal 190 23 55
Hex BE 17 37

RGB Percentages of Color #be1737

%70.90
%8.58
%20.52

CMYK Percentages of Color #be1737

%0
%88
%71
%25

Triadic Colors of #be1737

#be1737 #37be17 #1737be

Analogous Colors of #be1737

#be1737 #be4b17 #be178b

Monochromatic Colors of #be1737

#be1737

Complementary Color

#be1737 #17be9e

#be1737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1737 Color CSS Codes

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

#be1737 Text Font Color

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

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


#be1737 Background Color

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

This div background color is #be1737


#be1737 Border Color

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

This div border color is #be1737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1737


Comments

No comments written yet.

Please login to write comment.