Color Hex Logo

#be525b Color Hex

#BE525B
(190,82,91)
0 Favorites   0 Comments

Color spaces of #be525b

RGB 1908291
HSL0.990.450.53
HSV355°57°75°
CMYK 0.000.570.52   0.25
XYZ26.140817.737111.9434
Yxy17.73710.46830.3177
Hunter Lab42.115437.091912.6669
CIE-Lab49.175744.230216.6335

#be525b color RGB value is (190,82,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 01011011
Octal 276 122 133
Decimal 190 82 91
Hex BE 52 5B

RGB Percentages of Color #be525b

%52.34
%22.59
%25.07

CMYK Percentages of Color #be525b

%0
%57
%52
%25

Triadic Colors of #be525b

#be525b #5bbe52 #525bbe

Analogous Colors of #be525b

#be525b #be7f52 #be5291

Monochromatic Colors of #be525b

#be525b

Complementary Color

#be525b #52beb5

#be525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be525b Color CSS Codes

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

#be525b Text Font Color

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

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


#be525b Background Color

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

This div background color is #be525b


#be525b Border Color

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

This div border color is #be525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be525b


Comments

No comments written yet.

Please login to write comment.