Color Hex Logo

#be273e Color Hex

#BE273E
(190,39,62)
0 Favorites   0 Comments

Color spaces of #be273e

RGB 1903962
HSL0.970.660.45
HSV351°79°75°
CMYK 0.000.790.67   0.25
XYZ22.830212.74605.8144
Yxy12.74600.55160.3079
Hunter Lab35.701551.668415.3350
CIE-Lab42.378059.179825.3373

#be273e color RGB value is (190,39,62).

#be273e hex color red value is 190, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #be273e hue: 0.97 , saturation: 0.66 and the lightness value of be273e is 0.45.

The process color (four color CMYK) of #be273e color hex is 0.00, 0.79, 0.67, 0.25. Web safe color of #be273e is #cc3333. Color #be273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 00111110
Octal 276 47 76
Decimal 190 39 62
Hex BE 27 3E

RGB Percentages of Color #be273e

%65.29
%13.40
%21.31

CMYK Percentages of Color #be273e

%0
%79
%67
%25

Triadic Colors of #be273e

#be273e #3ebe27 #273ebe

Analogous Colors of #be273e

#be273e #be5b27 #be278a

Monochromatic Colors of #be273e

#be273e

Complementary Color

#be273e #27bea7

#be273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be273e Color CSS Codes

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

#be273e Text Font Color

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

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


#be273e Background Color

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

This div background color is #be273e


#be273e Border Color

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

This div border color is #be273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be273e


Comments

No comments written yet.

Please login to write comment.