Color Hex Logo

#be5179 Color Hex

#BE5179
(190,81,121)
0 Favorites   0 Comments

Color spaces of #be5179

RGB 19081121
HSL0.940.460.53
HSV338°57°75°
CMYK 0.000.570.36   0.25
XYZ27.628818.212520.1483
Yxy18.21250.41870.2760
Hunter Lab42.676140.87891.8812
CIE-Lab49.752847.7985-0.6027

#be5179 color RGB value is (190,81,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 01111001
Octal 276 121 171
Decimal 190 81 121
Hex BE 51 79

RGB Percentages of Color #be5179

%48.47
%20.66
%30.87

CMYK Percentages of Color #be5179

%0
%57
%36
%25

Triadic Colors of #be5179

#be5179 #79be51 #5179be

Analogous Colors of #be5179

#be5179 #be6051 #be51b0

Monochromatic Colors of #be5179

#be5179

Complementary Color

#be5179 #51be96

#be5179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5179 Color CSS Codes

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

#be5179 Text Font Color

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

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


#be5179 Background Color

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

This div background color is #be5179


#be5179 Border Color

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

This div border color is #be5179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5179


Comments

No comments written yet.

Please login to write comment.