Color Hex Logo

#be516f Color Hex

#BE516F
(190,81,111)
0 Favorites   0 Comments

Color spaces of #be516f

RGB 19081111
HSL0.950.460.53
HSV343°57°75°
CMYK 0.000.570.42   0.25
XYZ27.046917.979717.0838
Yxy17.97970.43550.2895
Hunter Lab42.402539.65395.7940
CIE-Lab49.471546.66955.0108

#be516f color RGB value is (190,81,111).

#be516f hex color red value is 190, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be516f hue: 0.95 , saturation: 0.46 and the lightness value of be516f is 0.53.

The process color (four color CMYK) of #be516f color hex is 0.00, 0.57, 0.42, 0.25. Web safe color of #be516f is #cc6666. Color #be516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 01101111
Octal 276 121 157
Decimal 190 81 111
Hex BE 51 6F

RGB Percentages of Color #be516f

%49.74
%21.20
%29.06

CMYK Percentages of Color #be516f

%0
%57
%42
%25

Triadic Colors of #be516f

#be516f #6fbe51 #516fbe

Analogous Colors of #be516f

#be516f #be6a51 #be51a6

Monochromatic Colors of #be516f

#be516f

Complementary Color

#be516f #51bea0

#be516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be516f Color CSS Codes

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

#be516f Text Font Color

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

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


#be516f Background Color

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

This div background color is #be516f


#be516f Border Color

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

This div border color is #be516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be516f


Comments

No comments written yet.

Please login to write comment.