Color spaces of #be4eaa
RGB | 190 | 78 | 170 |
---|---|---|---|
HSL | 0.86 | 0.46 | 0.53 |
HSV | 311° | 59° | 75° |
CMYK | 0.00 | 0.59 | 0.11 0.25 |
XYZ | 31.2153 | 19.2982 | 40.1099 |
Yxy | 19.2982 | 0.3445 | 0.2129 |
Hunter Lab | 43.9297 | 49.9604 | -23.3838 |
CIE-Lab | 51.0343 | 56.0279 | -27.7944 |
#be4eaa color RGB value is (190,78,170).
#be4eaa hex color red value is 190, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be4eaa hue: 0.86 , saturation: 0.46 and the lightness value of be4eaa is 0.53.
The process color (four color CMYK) of #be4eaa color hex is 0.00, 0.59, 0.11, 0.25. Web safe color of #be4eaa is #cc6699. Color #be4eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01001110 | 10101010 |
Octal | 276 | 116 | 252 |
Decimal | 190 | 78 | 170 |
Hex | BE | 4E | AA |
Shades of #be4eaa
Tints of #be4eaa
RGB Percentages of Color #be4eaa
CMYK Percentages of Color #be4eaa
Complementary Color
#be4eaa | #4ebe62 |
#be4eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be4eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#be4eaa Color CSS Codes
.mybgcolor {background-color:#be4eaa; } .myforecolor {color:#be4eaa; } .mybordercolor {border:3px solid #be4eaa; }
#be4eaa Text Font Color
<p style="color:#be4eaa">Text here</p>
This sample text font color is #be4eaa
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.
#be4eaa Background Color
<div style="background-color:#be4eaa">
Div content here</div>
This div background color is #be4eaa
#be4eaa Border Color
<div style="border:3px solid #be4eaa">
Div here</div>
This div border color is #be4eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,78,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be4eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be4eaa; -webkit-box-shadow: 1px 1px 3px 2px #be4eaa; box-shadow: 1px 1px 3px 2px #be4eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,78,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be4eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be4eaa; -webkit-box-shadow: 1px 1px 3px 2px #be4eaa; box-shadow: 1px 1px 3px 2px #be4eaa;">
Div content here</div>
This div box has shadow with color #be4eaa
Comments
No comments written yet.
Please login to write comment.