Color Hex Logo

#be5379 Color Hex

#BE5379
(190,83,121)
1 Favorites   0 Comments

Color spaces of #be5379

RGB 19083121
HSL0.940.450.54
HSV339°56°75°
CMYK 0.000.560.36   0.25
XYZ27.779718.514120.1986
Yxy18.51410.41780.2784
Hunter Lab43.028039.94402.2872
CIE-Lab50.113846.8445-0.0751

#be5379 color RGB value is (190,83,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01111001
Octal 276 123 171
Decimal 190 83 121
Hex BE 53 79

RGB Percentages of Color #be5379

%48.22
%21.07
%30.71

CMYK Percentages of Color #be5379

%0
%56
%36
%25

Triadic Colors of #be5379

#be5379 #79be53 #5379be

Analogous Colors of #be5379

#be5379 #be6353 #be53af

Monochromatic Colors of #be5379

#be5379

Complementary Color

#be5379 #53be98

#be5379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5379 Color CSS Codes

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

#be5379 Text Font Color

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

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


#be5379 Background Color

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

This div background color is #be5379


#be5379 Border Color

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

This div border color is #be5379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5379


Comments

No comments written yet.

Please login to write comment.