Color Hex Logo

#be525e Color Hex

#BE525E
(190,82,94)
0 Favorites   0 Comments

Color spaces of #be525e

RGB 1908294
HSL0.980.450.53
HSV353°57°75°
CMYK 0.000.570.51   0.25
XYZ26.272917.789912.6387
Yxy17.78990.46340.3137
Hunter Lab42.178137.376811.7583
CIE-Lab49.240344.498514.9220

#be525e color RGB value is (190,82,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 01011110
Octal 276 122 136
Decimal 190 82 94
Hex BE 52 5E

RGB Percentages of Color #be525e

%51.91
%22.40
%25.68

CMYK Percentages of Color #be525e

%0
%57
%51
%25

Triadic Colors of #be525e

#be525e #5ebe52 #525ebe

Analogous Colors of #be525e

#be525e #be7c52 #be5294

Monochromatic Colors of #be525e

#be525e

Complementary Color

#be525e #52beb2

#be525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be525e Color CSS Codes

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

#be525e Text Font Color

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

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


#be525e Background Color

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

This div background color is #be525e


#be525e Border Color

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

This div border color is #be525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be525e


Comments

No comments written yet.

Please login to write comment.