Color Hex Logo

#be464d Color Hex

#BE464D
(190,70,77)
0 Favorites   0 Comments

Color spaces of #be464d

RGB 1907077
HSL0.990.480.51
HSV357°63°75°
CMYK 0.000.630.59   0.25
XYZ24.764915.86338.7778
Yxy15.86330.50130.3211
Hunter Lab39.828841.288214.8133
CIE-Lab46.794648.685321.8683

#be464d color RGB value is (190,70,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 01001101
Octal 276 106 115
Decimal 190 70 77
Hex BE 46 4D

RGB Percentages of Color #be464d

%56.38
%20.77
%22.85

CMYK Percentages of Color #be464d

%0
%63
%59
%25

Triadic Colors of #be464d

#be464d #4dbe46 #464dbe

Analogous Colors of #be464d

#be464d #be7b46 #be4689

Monochromatic Colors of #be464d

#be464d

Complementary Color

#be464d #46beb7

#be464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be464d Color CSS Codes

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

#be464d Text Font Color

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

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


#be464d Background Color

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

This div background color is #be464d


#be464d Border Color

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

This div border color is #be464d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,70,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 #be464d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be464d


Comments

No comments written yet.

Please login to write comment.