Color Hex Logo

#be515d Color Hex

#BE515D
(190,81,93)
0 Favorites   0 Comments

Color spaces of #be515d

RGB 1908193
HSL0.980.460.53
HSV353°57°75°
CMYK 0.000.570.51   0.25
XYZ26.153417.622312.3789
Yxy17.62230.46570.3138
Hunter Lab41.978937.744611.9016
CIE-Lab49.034844.889815.2407

#be515d color RGB value is (190,81,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 01011101
Octal 276 121 135
Decimal 190 81 93
Hex BE 51 5D

RGB Percentages of Color #be515d

%52.20
%22.25
%25.55

CMYK Percentages of Color #be515d

%0
%57
%51
%25

Triadic Colors of #be515d

#be515d #5dbe51 #515dbe

Analogous Colors of #be515d

#be515d #be7c51 #be5194

Monochromatic Colors of #be515d

#be515d

Complementary Color

#be515d #51beb2

#be515d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be515d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be515d Color CSS Codes

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

#be515d Text Font Color

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

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


#be515d Background Color

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

This div background color is #be515d


#be515d Border Color

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

This div border color is #be515d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be515d

#be515d Color Palettes


Comments

No comments written yet.

Please login to write comment.