Color Hex Logo

#be5f38 Color Hex

#BE5F38
(190,95,56)
0 Favorites   0 Comments

Color spaces of #be5f38

RGB 1909556
HSL0.050.540.48
HSV17°71°75°
CMYK 0.000.500.71   0.25
XYZ26.041219.41716.1167
Yxy19.41710.50490.3765
Hunter Lab44.064828.375522.6153
CIE-Lab51.171735.213339.2155

#be5f38 color RGB value is (190,95,56).

#be5f38 hex color red value is 190, green value is 95 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #be5f38 hue: 0.05 , saturation: 0.54 and the lightness value of be5f38 is 0.48.

The process color (four color CMYK) of #be5f38 color hex is 0.00, 0.50, 0.71, 0.25. Web safe color of #be5f38 is #cc6633. Color #be5f38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011111 00111000
Octal 276 137 70
Decimal 190 95 56
Hex BE 5F 38

RGB Percentages of Color #be5f38

%55.72
%27.86
%16.42

CMYK Percentages of Color #be5f38

%0
%50
%71
%25

Triadic Colors of #be5f38

#be5f38 #38be5f #5f38be

Analogous Colors of #be5f38

#be5f38 #bea238 #be3854

Monochromatic Colors of #be5f38

#be5f38

Complementary Color

#be5f38 #3897be

#be5f38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5f38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5f38 Color CSS Codes

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

#be5f38 Text Font Color

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

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


#be5f38 Background Color

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

This div background color is #be5f38


#be5f38 Border Color

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

This div border color is #be5f38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5f38


Comments

No comments written yet.

Please login to write comment.