Color Hex Logo

#be273d Color Hex

#BE273D
(190,39,61)
0 Favorites   0 Comments

Color spaces of #be273d

RGB 1903961
HSL0.980.660.45
HSV351°79°75°
CMYK 0.000.790.68   0.25
XYZ22.803012.73515.6711
Yxy12.73510.55330.3090
Hunter Lab35.686351.607915.5583
CIE-Lab42.361459.128025.9325

#be273d color RGB value is (190,39,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 00111101
Octal 276 47 75
Decimal 190 39 61
Hex BE 27 3D

RGB Percentages of Color #be273d

%65.52
%13.45
%21.03

CMYK Percentages of Color #be273d

%0
%79
%68
%25

Triadic Colors of #be273d

#be273d #3dbe27 #273dbe

Analogous Colors of #be273d

#be273d #be5d27 #be2789

Monochromatic Colors of #be273d

#be273d

Complementary Color

#be273d #27bea8

#be273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be273d Color CSS Codes

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

#be273d Text Font Color

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

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


#be273d Background Color

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

This div background color is #be273d


#be273d Border Color

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

This div border color is #be273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be273d


Comments

No comments written yet.

Please login to write comment.