Color Hex Logo

#be5279 Color Hex

#BE5279
(190,82,121)
0 Favorites   0 Comments

Color spaces of #be5279

RGB 19082121
HSL0.940.450.53
HSV338°57°75°
CMYK 0.000.570.36   0.25
XYZ27.703718.362220.1733
Yxy18.36220.41820.2772
Hunter Lab42.851140.41262.0835
CIE-Lab49.932547.3231-0.3401

#be5279 color RGB value is (190,82,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 01111001
Octal 276 122 171
Decimal 190 82 121
Hex BE 52 79

RGB Percentages of Color #be5279

%48.35
%20.87
%30.79

CMYK Percentages of Color #be5279

%0
%57
%36
%25

Triadic Colors of #be5279

#be5279 #79be52 #5279be

Analogous Colors of #be5279

#be5279 #be6152 #be52af

Monochromatic Colors of #be5279

#be5279

Complementary Color

#be5279 #52be97

#be5279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5279 Color CSS Codes

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

#be5279 Text Font Color

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

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


#be5279 Background Color

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

This div background color is #be5279


#be5279 Border Color

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

This div border color is #be5279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5279


Comments

No comments written yet.

Please login to write comment.