Color Hex Logo

#be193a Color Hex

#BE193A
(190,25,58)
0 Favorites   0 Comments

Color spaces of #be193a

RGB 1902558
HSL0.970.770.42
HSV348°87°75°
CMYK 0.000.870.69   0.25
XYZ22.346611.94795.1314
Yxy11.94790.56680.3030
Hunter Lab34.565754.909515.3942
CIE-Lab41.133262.335126.2637

#be193a color RGB value is (190,25,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 00111010
Octal 276 31 72
Decimal 190 25 58
Hex BE 19 3A

RGB Percentages of Color #be193a

%69.60
%9.16
%21.25

CMYK Percentages of Color #be193a

%0
%87
%69
%25

Triadic Colors of #be193a

#be193a #3abe19 #193abe

Analogous Colors of #be193a

#be193a #be4b19 #be198d

Monochromatic Colors of #be193a

#be193a

Complementary Color

#be193a #19be9d

#be193a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be193a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be193a Color CSS Codes

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

#be193a Text Font Color

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

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


#be193a Background Color

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

This div background color is #be193a


#be193a Border Color

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

This div border color is #be193a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be193a


Comments

No comments written yet.

Please login to write comment.