Color Hex Logo

#be525f Color Hex

#BE525F
(190,82,95)
0 Favorites   0 Comments

Color spaces of #be525f

RGB 1908295
HSL0.980.450.53
HSV353°57°75°
CMYK 0.000.570.50   0.25
XYZ26.318117.808012.8766
Yxy17.80800.46170.3124
Hunter Lab42.199537.473911.4481
CIE-Lab49.262444.589814.3518

#be525f color RGB value is (190,82,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 01011111
Octal 276 122 137
Decimal 190 82 95
Hex BE 52 5F

RGB Percentages of Color #be525f

%51.77
%22.34
%25.89

CMYK Percentages of Color #be525f

%0
%57
%50
%25

Triadic Colors of #be525f

#be525f #5fbe52 #525fbe

Analogous Colors of #be525f

#be525f #be7b52 #be5295

Monochromatic Colors of #be525f

#be525f

Complementary Color

#be525f #52beb1

#be525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be525f Color CSS Codes

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

#be525f Text Font Color

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

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


#be525f Background Color

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

This div background color is #be525f


#be525f Border Color

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

This div border color is #be525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be525f


Comments

No comments written yet.

Please login to write comment.