Color Hex Logo

#be515e Color Hex

#BE515E
(190,81,94)
0 Favorites   0 Comments

Color spaces of #be515e

RGB 1908194
HSL0.980.460.53
HSV353°57°75°
CMYK 0.000.570.51   0.25
XYZ26.198017.640212.6138
Yxy17.64020.46410.3125
Hunter Lab42.000237.840511.5938
CIE-Lab49.056844.979714.6697

#be515e color RGB value is (190,81,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 01011110
Octal 276 121 136
Decimal 190 81 94
Hex BE 51 5E

RGB Percentages of Color #be515e

%52.05
%22.19
%25.75

CMYK Percentages of Color #be515e

%0
%57
%51
%25

Triadic Colors of #be515e

#be515e #5ebe51 #515ebe

Analogous Colors of #be515e

#be515e #be7b51 #be5195

Monochromatic Colors of #be515e

#be515e

Complementary Color

#be515e #51beb1

#be515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be515e Color CSS Codes

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

#be515e Text Font Color

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

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


#be515e Background Color

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

This div background color is #be515e


#be515e Border Color

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

This div border color is #be515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be515e


Comments

No comments written yet.

Please login to write comment.