Color Hex Logo

#be5363 Color Hex

#BE5363
(190,83,99)
0 Favorites   0 Comments

Color spaces of #be5363

RGB 1908399
HSL0.980.450.54
HSV351°56°75°
CMYK 0.000.560.48   0.25
XYZ26.580618.034513.8844
Yxy18.03450.45440.3083
Hunter Lab42.467037.407810.3423
CIE-Lab49.537944.482112.3298

#be5363 color RGB value is (190,83,99).

#be5363 hex color red value is 190, green value is 83 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #be5363 hue: 0.98 , saturation: 0.45 and the lightness value of be5363 is 0.54.

The process color (four color CMYK) of #be5363 color hex is 0.00, 0.56, 0.48, 0.25. Web safe color of #be5363 is #cc6666. Color #be5363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01100011
Octal 276 123 143
Decimal 190 83 99
Hex BE 53 63

RGB Percentages of Color #be5363

%51.08
%22.31
%26.61

CMYK Percentages of Color #be5363

%0
%56
%48
%25

Triadic Colors of #be5363

#be5363 #63be53 #5363be

Analogous Colors of #be5363

#be5363 #be7953 #be5399

Monochromatic Colors of #be5363

#be5363

Complementary Color

#be5363 #53beae

#be5363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5363 Color CSS Codes

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

#be5363 Text Font Color

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

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


#be5363 Background Color

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

This div background color is #be5363


#be5363 Border Color

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

This div border color is #be5363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5363

#be5363 Color Palettes


Comments

No comments written yet.

Please login to write comment.