Color Hex Logo

#be523d Color Hex

#BE523D
(190,82,61)
0 Favorites   0 Comments

Color spaces of #be523d

RGB 1908261
HSL0.030.510.49
HSV10°68°75°
CMYK 0.000.570.68   0.25
XYZ25.094817.31876.4351
Yxy17.31870.51370.3545
Hunter Lab41.615734.810119.9629
CIE-Lab48.659142.060533.5769

#be523d color RGB value is (190,82,61).

#be523d hex color red value is 190, green value is 82 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #be523d hue: 0.03 , saturation: 0.51 and the lightness value of be523d is 0.49.

The process color (four color CMYK) of #be523d color hex is 0.00, 0.57, 0.68, 0.25. Web safe color of #be523d is #cc6633. Color #be523d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010010 00111101
Octal 276 122 75
Decimal 190 82 61
Hex BE 52 3D

RGB Percentages of Color #be523d

%57.06
%24.62
%18.32

CMYK Percentages of Color #be523d

%0
%57
%68
%25

Triadic Colors of #be523d

#be523d #3dbe52 #523dbe

Analogous Colors of #be523d

#be523d #be933d #be3d69

Monochromatic Colors of #be523d

#be523d

Complementary Color

#be523d #3da9be

#be523d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be523d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be523d Color CSS Codes

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

#be523d Text Font Color

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

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


#be523d Background Color

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

This div background color is #be523d


#be523d Border Color

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

This div border color is #be523d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be523d


Comments

No comments written yet.

Please login to write comment.