Color Hex Logo

#be1946 Color Hex

#BE1946
(190,25,70)
0 Favorites   0 Comments

Color spaces of #be1946

RGB 1902570
HSL0.950.770.42
HSV344°87°75°
CMYK 0.000.870.63   0.25
XYZ22.688312.08466.9311
Yxy12.08460.54400.2898
Hunter Lab34.762955.664412.5127
CIE-Lab41.350362.964419.0232

#be1946 color RGB value is (190,25,70).

#be1946 hex color red value is 190, green value is 25 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #be1946 hue: 0.95 , saturation: 0.77 and the lightness value of be1946 is 0.42.

The process color (four color CMYK) of #be1946 color hex is 0.00, 0.87, 0.63, 0.25. Web safe color of #be1946 is #cc0033. Color #be1946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 01000110
Octal 276 31 106
Decimal 190 25 70
Hex BE 19 46

RGB Percentages of Color #be1946

%66.67
%8.77
%24.56

CMYK Percentages of Color #be1946

%0
%87
%63
%25

Triadic Colors of #be1946

#be1946 #46be19 #1946be

Analogous Colors of #be1946

#be1946 #be3f19 #be1999

Monochromatic Colors of #be1946

#be1946

Complementary Color

#be1946 #19be91

#be1946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1946 Color CSS Codes

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

#be1946 Text Font Color

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

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


#be1946 Background Color

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

This div background color is #be1946


#be1946 Border Color

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

This div border color is #be1946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1946


Comments

No comments written yet.

Please login to write comment.