Color Hex Logo

#be172e Color Hex

#BE172E
(190,23,46)
0 Favorites   0 Comments

Color spaces of #be172e

RGB 1902346
HSL0.980.780.42
HSV352°88°75°
CMYK 0.000.880.76   0.25
XYZ22.034711.75723.6928
Yxy11.75720.58780.3137
Hunter Lab34.288854.702617.6168
CIE-Lab40.827662.209933.2402

#be172e color RGB value is (190,23,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 00101110
Octal 276 27 56
Decimal 190 23 46
Hex BE 17 2E

RGB Percentages of Color #be172e

%73.36
%8.88
%17.76

CMYK Percentages of Color #be172e

%0
%88
%76
%25

Triadic Colors of #be172e

#be172e #2ebe17 #172ebe

Analogous Colors of #be172e

#be172e #be5417 #be1782

Monochromatic Colors of #be172e

#be172e

Complementary Color

#be172e #17bea7

#be172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be172e Color CSS Codes

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

#be172e Text Font Color

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

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


#be172e Background Color

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

This div background color is #be172e


#be172e Border Color

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

This div border color is #be172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be172e


Comments

No comments written yet.

Please login to write comment.