Color spaces of #be5476
RGB | 190 | 84 | 118 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.54 |
HSV | 341° | 56° | 75° |
CMYK | 0.00 | 0.56 | 0.38 0.25 |
XYZ | 27.6755 | 18.5958 | 19.2702 |
Yxy | 18.5958 | 0.4223 | 0.2837 |
Hunter Lab | 43.1228 | 39.0932 | 3.6912 |
CIE-Lab | 50.2109 | 46.0105 | 1.8674 |
#be5476 color RGB value is (190,84,118).
#be5476 hex color red value is 190, green value is 84 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #be5476 hue: 0.95 , saturation: 0.45 and the lightness value of be5476 is 0.54.
The process color (four color CMYK) of #be5476 color hex is 0.00, 0.56, 0.38, 0.25. Web safe color of #be5476 is #cc6666. Color #be5476 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01010100 | 01110110 |
Octal | 276 | 124 | 166 |
Decimal | 190 | 84 | 118 |
Hex | BE | 54 | 76 |
Shades of #be5476
Tints of #be5476
RGB Percentages of Color #be5476
CMYK Percentages of Color #be5476
Complementary Color
#be5476 | #54be9c |
#be5476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be5476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#be5476 Color CSS Codes
.mybgcolor {background-color:#be5476; } .myforecolor {color:#be5476; } .mybordercolor {border:3px solid #be5476; }
#be5476 Text Font Color
<p style="color:#be5476">Text here</p>
This sample text font color is #be5476
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.
#be5476 Background Color
<div style="background-color:#be5476">
Div content here</div>
This div background color is #be5476
#be5476 Border Color
<div style="border:3px solid #be5476">
Div here</div>
This div border color is #be5476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,84,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be5476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be5476; -webkit-box-shadow: 1px 1px 3px 2px #be5476; box-shadow: 1px 1px 3px 2px #be5476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,84,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be5476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be5476; -webkit-box-shadow: 1px 1px 3px 2px #be5476; box-shadow: 1px 1px 3px 2px #be5476;">
Div content here</div>
This div box has shadow with color #be5476
Comments
No comments written yet.
Please login to write comment.