Color Hex Logo

#be484e Color Hex

#BE484E
(190,72,78)
0 Favorites   0 Comments

Color spaces of #be484e

RGB 1907278
HSL0.990.480.51
HSV357°62°75°
CMYK 0.000.620.59   0.25
XYZ24.927716.13199.0077
Yxy16.13190.49790.3222
Hunter Lab40.164540.496214.8182
CIE-Lab47.147147.864521.7282

#be484e color RGB value is (190,72,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 01001110
Octal 276 110 116
Decimal 190 72 78
Hex BE 48 4E

RGB Percentages of Color #be484e

%55.88
%21.18
%22.94

CMYK Percentages of Color #be484e

%0
%62
%59
%25

Triadic Colors of #be484e

#be484e #4ebe48 #484ebe

Analogous Colors of #be484e

#be484e #be7d48 #be4889

Monochromatic Colors of #be484e

#be484e

Complementary Color

#be484e #48beb8

#be484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be484e Color CSS Codes

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

#be484e Text Font Color

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

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


#be484e Background Color

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

This div background color is #be484e


#be484e Border Color

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

This div border color is #be484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be484e


Comments

No comments written yet.

Please login to write comment.