Color spaces of #894aeb
RGB | 137 | 74 | 235 |
---|---|---|---|
HSL | 0.73 | 0.80 | 0.61 |
HSV | 263° | 69° | 92° |
CMYK | 0.42 | 0.69 | 0.00 0.08 |
XYZ | 27.7607 | 16.2141 | 80.2637 |
Yxy | 16.2141 | 0.2234 | 0.1305 |
Hunter Lab | 40.2667 | 52.5947 | -89.9961 |
CIE-Lab | 47.2541 | 59.0950 | -71.6099 |
#894aeb color RGB value is (137,74,235).
#894aeb hex color red value is 137, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #894aeb hue: 0.73 , saturation: 0.80 and the lightness value of 894aeb is 0.61.
The process color (four color CMYK) of #894aeb color hex is 0.42, 0.69, 0.00, 0.08. Web safe color of #894aeb is #9933ff. Color #894aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001010 | 11101011 |
Octal | 211 | 112 | 353 |
Decimal | 137 | 74 | 235 |
Hex | 89 | 4A | EB |
Shades of #894aeb
Tints of #894aeb
RGB Percentages of Color #894aeb
CMYK Percentages of Color #894aeb
Complementary Color
#894aeb | #aceb4a |
#894aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#894aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#894aeb Color CSS Codes
.mybgcolor {background-color:#894aeb; } .myforecolor {color:#894aeb; } .mybordercolor {border:3px solid #894aeb; }
#894aeb Text Font Color
<p style="color:#894aeb">Text here</p>
This sample text font color is #894aeb
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.
#894aeb Background Color
<div style="background-color:#894aeb">
Div content here</div>
This div background color is #894aeb
#894aeb Border Color
<div style="border:3px solid #894aeb">
Div here</div>
This div border color is #894aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,74,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #894aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #894aeb; -webkit-box-shadow: 1px 1px 3px 2px #894aeb; box-shadow: 1px 1px 3px 2px #894aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,74,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #894aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #894aeb; -webkit-box-shadow: 1px 1px 3px 2px #894aeb; box-shadow: 1px 1px 3px 2px #894aeb;">
Div content here</div>
This div box has shadow with color #894aeb
Comments
No comments written yet.
Please login to write comment.