Color Hex Logo

#be725f Color Hex

#BE725F
(190,114,95)
0 Favorites   0 Comments

Color spaces of #be725f

RGB 19011495
HSL0.030.420.56
HSV12°50°75°
CMYK 0.000.400.50   0.25
XYZ29.318123.808013.8766
Yxy23.80800.43760.3553
Hunter Lab48.793421.865317.2936
CIE-Lab55.895027.940923.3092

#be725f color RGB value is (190,114,95).

#be725f hex color red value is 190, green value is 114 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #be725f hue: 0.03 , saturation: 0.42 and the lightness value of be725f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 01011111
Octal 276 162 137
Decimal 190 114 95
Hex BE 72 5F

RGB Percentages of Color #be725f

%47.62
%28.57
%23.81

CMYK Percentages of Color #be725f

%0
%40
%50
%25

Triadic Colors of #be725f

#be725f #5fbe72 #725fbe

Analogous Colors of #be725f

#be725f #bea25f #be5f7c

Monochromatic Colors of #be725f

#be725f

Complementary Color

#be725f #5fabbe

#be725f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be725f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be725f Color CSS Codes

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

#be725f Text Font Color

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

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


#be725f Background Color

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

This div background color is #be725f


#be725f Border Color

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

This div border color is #be725f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be725f


Comments

No comments written yet.

Please login to write comment.