Color Hex Logo

#be374d Color Hex

#BE374D
(190,55,77)
0 Favorites   0 Comments

Color spaces of #be374d

RGB 1905577
HSL0.970.550.48
HSV350°71°75°
CMYK 0.000.710.59   0.25
XYZ23.940914.21538.5032
Yxy14.21530.51310.3047
Hunter Lab37.703247.364013.0206
CIE-Lab44.540154.821018.8917

#be374d color RGB value is (190,55,77).

#be374d hex color red value is 190, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #be374d hue: 0.97 , saturation: 0.55 and the lightness value of be374d is 0.48.

The process color (four color CMYK) of #be374d color hex is 0.00, 0.71, 0.59, 0.25. Web safe color of #be374d is #cc3366. Color #be374d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 01001101
Octal 276 67 115
Decimal 190 55 77
Hex BE 37 4D

RGB Percentages of Color #be374d

%59.01
%17.08
%23.91

CMYK Percentages of Color #be374d

%0
%71
%59
%25

Triadic Colors of #be374d

#be374d #4dbe37 #374dbe

Analogous Colors of #be374d

#be374d #be6537 #be3791

Monochromatic Colors of #be374d

#be374d

Complementary Color

#be374d #37bea8

#be374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be374d Color CSS Codes

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

#be374d Text Font Color

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

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


#be374d Background Color

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

This div background color is #be374d


#be374d Border Color

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

This div border color is #be374d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be374d


Comments

No comments written yet.

Please login to write comment.