Color spaces of #be625e
RGB | 190 | 98 | 94 |
---|---|---|---|
HSL | 0.01 | 0.42 | 0.56 |
HSV | 2° | 51° | 75° |
CMYK | 0.00 | 0.48 | 0.51 0.25 |
XYZ | 27.6233 | 20.4907 | 13.0889 |
Yxy | 20.4907 | 0.4513 | 0.3348 |
Hunter Lab | 45.2667 | 29.7103 | 14.5429 |
CIE-Lab | 52.3875 | 36.4201 | 19.2034 |
#be625e color RGB value is (190,98,94).
#be625e hex color red value is 190, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be625e hue: 0.01 , saturation: 0.42 and the lightness value of be625e is 0.56.
The process color (four color CMYK) of #be625e color hex is 0.00, 0.48, 0.51, 0.25. Web safe color of #be625e is #cc6666. Color #be625e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01100010 | 01011110 |
Octal | 276 | 142 | 136 |
Decimal | 190 | 98 | 94 |
Hex | BE | 62 | 5E |
Shades of #be625e
Tints of #be625e
RGB Percentages of Color #be625e
CMYK Percentages of Color #be625e
Complementary Color
#be625e | #5ebabe |
#be625e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be625e Color Preview on White Background
Lorem ipsum dolor sit amet.
#be625e Color CSS Codes
.mybgcolor {background-color:#be625e; } .myforecolor {color:#be625e; } .mybordercolor {border:3px solid #be625e; }
#be625e Text Font Color
<p style="color:#be625e">Text here</p>
This sample text font color is #be625e
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.
#be625e Background Color
<div style="background-color:#be625e">
Div content here</div>
This div background color is #be625e
#be625e Border Color
<div style="border:3px solid #be625e">
Div here</div>
This div border color is #be625e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,98,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be625e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be625e; -webkit-box-shadow: 1px 1px 3px 2px #be625e; box-shadow: 1px 1px 3px 2px #be625e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,98,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be625e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be625e; -webkit-box-shadow: 1px 1px 3px 2px #be625e; box-shadow: 1px 1px 3px 2px #be625e;">
Div content here</div>
This div box has shadow with color #be625e
Comments
No comments written yet.
Please login to write comment.