Color spaces of #be501c
RGB | 190 | 80 | 28 |
---|---|---|---|
HSL | 0.05 | 0.74 | 0.43 |
HSV | 19° | 85° | 75° |
CMYK | 0.00 | 0.58 | 0.85 0.25 |
XYZ | 24.3135 | 16.7683 | 3.0538 |
Yxy | 16.7683 | 0.5509 | 0.3799 |
Hunter Lab | 40.9491 | 34.3233 | 24.2428 |
CIE-Lab | 47.9668 | 41.6808 | 49.5220 |
#be501c color RGB value is (190,80,28).
#be501c hex color red value is 190, green value is 80 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #be501c hue: 0.05 , saturation: 0.74 and the lightness value of be501c is 0.43.
The process color (four color CMYK) of #be501c color hex is 0.00, 0.58, 0.85, 0.25. Web safe color of #be501c is #cc6633. Color #be501c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01010000 | 00011100 |
Octal | 276 | 120 | 34 |
Decimal | 190 | 80 | 28 |
Hex | BE | 50 | 1C |
Shades of #be501c
Tints of #be501c
RGB Percentages of Color #be501c
CMYK Percentages of Color #be501c
Complementary Color
#be501c | #1c8abe |
#be501c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be501c Color Preview on White Background
Lorem ipsum dolor sit amet.
#be501c Color CSS Codes
.mybgcolor {background-color:#be501c; } .myforecolor {color:#be501c; } .mybordercolor {border:3px solid #be501c; }
#be501c Text Font Color
<p style="color:#be501c">Text here</p>
This sample text font color is #be501c
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.
#be501c Background Color
<div style="background-color:#be501c">
Div content here</div>
This div background color is #be501c
#be501c Border Color
<div style="border:3px solid #be501c">
Div here</div>
This div border color is #be501c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,80,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be501c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be501c; -webkit-box-shadow: 1px 1px 3px 2px #be501c; box-shadow: 1px 1px 3px 2px #be501c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,80,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be501c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be501c; -webkit-box-shadow: 1px 1px 3px 2px #be501c; box-shadow: 1px 1px 3px 2px #be501c;">
Div content here</div>
This div box has shadow with color #be501c
Comments
No comments written yet.
Please login to write comment.