Color spaces of #843aee
RGB | 132 | 58 | 238 |
---|---|---|---|
HSL | 0.74 | 0.84 | 0.58 |
HSV | 265° | 76° | 93° |
CMYK | 0.45 | 0.76 | 0.00 0.07 |
XYZ | 26.4614 | 14.1047 | 82.2167 |
Yxy | 14.1047 | 0.2155 | 0.1149 |
Hunter Lab | 37.5562 | 60.0443 | -103.5061 |
CIE-Lab | 44.3827 | 66.2134 | -78.0143 |
#843aee color RGB value is (132,58,238).
#843aee hex color red value is 132, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #843aee hue: 0.74 , saturation: 0.84 and the lightness value of 843aee is 0.58.
The process color (four color CMYK) of #843aee color hex is 0.45, 0.76, 0.00, 0.07. Web safe color of #843aee is #9933ff. Color #843aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00111010 | 11101110 |
Octal | 204 | 72 | 356 |
Decimal | 132 | 58 | 238 |
Hex | 84 | 3A | EE |
Shades of #843aee
Tints of #843aee
RGB Percentages of Color #843aee
CMYK Percentages of Color #843aee
Complementary Color
#843aee | #a4ee3a |
#843aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#843aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#843aee Color CSS Codes
.mybgcolor {background-color:#843aee; } .myforecolor {color:#843aee; } .mybordercolor {border:3px solid #843aee; }
#843aee Text Font Color
<p style="color:#843aee">Text here</p>
This sample text font color is #843aee
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.
#843aee Background Color
<div style="background-color:#843aee">
Div content here</div>
This div background color is #843aee
#843aee Border Color
<div style="border:3px solid #843aee">
Div here</div>
This div border color is #843aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,58,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #843aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #843aee; -webkit-box-shadow: 1px 1px 3px 2px #843aee; box-shadow: 1px 1px 3px 2px #843aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,58,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #843aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #843aee; -webkit-box-shadow: 1px 1px 3px 2px #843aee; box-shadow: 1px 1px 3px 2px #843aee;">
Div content here</div>
This div box has shadow with color #843aee
Comments
No comments written yet.
Please login to write comment.