Color Hex Logo

#be4979 Color Hex

#BE4979
(190,73,121)
0 Favorites   0 Comments

Color spaces of #be4979

RGB 19073121
HSL0.930.470.52
HSV335°62°75°
CMYK 0.000.620.36   0.25
XYZ27.068917.092719.9617
Yxy17.09270.42210.2666
Hunter Lab41.343344.51930.3135
CIE-Lab48.376651.4778-2.6226

#be4979 color RGB value is (190,73,121).

#be4979 hex color red value is 190, green value is 73 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #be4979 hue: 0.93 , saturation: 0.47 and the lightness value of be4979 is 0.52.

The process color (four color CMYK) of #be4979 color hex is 0.00, 0.62, 0.36, 0.25. Web safe color of #be4979 is #cc3366. Color #be4979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 01111001
Octal 276 111 171
Decimal 190 73 121
Hex BE 49 79

RGB Percentages of Color #be4979

%49.48
%19.01
%31.51

CMYK Percentages of Color #be4979

%0
%62
%36
%25

Triadic Colors of #be4979

#be4979 #79be49 #4979be

Analogous Colors of #be4979

#be4979 #be5449 #be49b4

Monochromatic Colors of #be4979

#be4979

Complementary Color

#be4979 #49be8e

#be4979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4979 Color CSS Codes

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

#be4979 Text Font Color

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

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


#be4979 Background Color

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

This div background color is #be4979


#be4979 Border Color

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

This div border color is #be4979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,73,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 #be4979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4979


Comments

No comments written yet.

Please login to write comment.