Color Hex Logo

#be5861 Color Hex

#BE5861
(190,88,97)
0 Favorites   0 Comments

Color spaces of #be5861

RGB 1908897
HSL0.990.440.55
HSV355°54°75°
CMYK 0.000.540.49   0.25
XYZ26.882618.789713.5192
Yxy18.78970.45420.3174
Hunter Lab43.347134.843111.8514
CIE-Lab50.440341.826414.7760

#be5861 color RGB value is (190,88,97).

#be5861 hex color red value is 190, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #be5861 hue: 0.99 , saturation: 0.44 and the lightness value of be5861 is 0.55.

The process color (four color CMYK) of #be5861 color hex is 0.00, 0.54, 0.49, 0.25. Web safe color of #be5861 is #cc6666. Color #be5861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 01100001
Octal 276 130 141
Decimal 190 88 97
Hex BE 58 61

RGB Percentages of Color #be5861

%50.67
%23.47
%25.87

CMYK Percentages of Color #be5861

%0
%54
%49
%25

Triadic Colors of #be5861

#be5861 #61be58 #5861be

Analogous Colors of #be5861

#be5861 #be8258 #be5894

Monochromatic Colors of #be5861

#be5861

Complementary Color

#be5861 #58beb5

#be5861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5861 Color CSS Codes

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

#be5861 Text Font Color

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

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


#be5861 Background Color

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

This div background color is #be5861


#be5861 Border Color

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

This div border color is #be5861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5861


Comments

No comments written yet.

Please login to write comment.