Color Hex Logo

#be273c Color Hex

#BE273C
(190,39,60)
0 Favorites   0 Comments

Color spaces of #be273c

RGB 1903960
HSL0.980.660.45
HSV352°79°75°
CMYK 0.000.790.68   0.25
XYZ22.776312.72445.5306
Yxy12.72440.55510.3101
Hunter Lab35.671351.548515.7774
CIE-Lab42.345059.077226.5263

#be273c color RGB value is (190,39,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 00111100
Octal 276 47 74
Decimal 190 39 60
Hex BE 27 3C

RGB Percentages of Color #be273c

%65.74
%13.49
%20.76

CMYK Percentages of Color #be273c

%0
%79
%68
%25

Triadic Colors of #be273c

#be273c #3cbe27 #273cbe

Analogous Colors of #be273c

#be273c #be5e27 #be2788

Monochromatic Colors of #be273c

#be273c

Complementary Color

#be273c #27bea9

#be273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be273c Color CSS Codes

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

#be273c Text Font Color

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

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


#be273c Background Color

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

This div background color is #be273c


#be273c Border Color

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

This div border color is #be273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be273c


Comments

No comments written yet.

Please login to write comment.