Color spaces of #be4aea
RGB | 190 | 74 | 234 |
---|---|---|---|
HSL | 0.79 | 0.79 | 0.60 |
HSV | 284° | 68° | 92° |
CMYK | 0.19 | 0.68 | 0.00 0.08 |
XYZ | 38.5353 | 21.7852 | 80.0158 |
Yxy | 21.7852 | 0.2746 | 0.1552 |
Hunter Lab | 46.6746 | 65.6918 | -68.9705 |
CIE-Lab | 53.7984 | 69.2090 | -60.1406 |
#be4aea color RGB value is (190,74,234).
#be4aea hex color red value is 190, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be4aea hue: 0.79 , saturation: 0.79 and the lightness value of be4aea is 0.60.
The process color (four color CMYK) of #be4aea color hex is 0.19, 0.68, 0.00, 0.08. Web safe color of #be4aea is #cc33ff. Color #be4aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01001010 | 11101010 |
Octal | 276 | 112 | 352 |
Decimal | 190 | 74 | 234 |
Hex | BE | 4A | EA |
Shades of #be4aea
Tints of #be4aea
RGB Percentages of Color #be4aea
CMYK Percentages of Color #be4aea
Complementary Color
#be4aea | #76ea4a |
#be4aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be4aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#be4aea Color CSS Codes
.mybgcolor {background-color:#be4aea; } .myforecolor {color:#be4aea; } .mybordercolor {border:3px solid #be4aea; }
#be4aea Text Font Color
<p style="color:#be4aea">Text here</p>
This sample text font color is #be4aea
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.
#be4aea Background Color
<div style="background-color:#be4aea">
Div content here</div>
This div background color is #be4aea
#be4aea Border Color
<div style="border:3px solid #be4aea">
Div here</div>
This div border color is #be4aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,74,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be4aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be4aea; -webkit-box-shadow: 1px 1px 3px 2px #be4aea; box-shadow: 1px 1px 3px 2px #be4aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,74,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be4aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be4aea; -webkit-box-shadow: 1px 1px 3px 2px #be4aea; box-shadow: 1px 1px 3px 2px #be4aea;">
Div content here</div>
This div box has shadow with color #be4aea
Comments
No comments written yet.
Please login to write comment.