Color spaces of #612aee
RGB | 97 | 42 | 238 |
---|---|---|---|
HSL | 0.71 | 0.85 | 0.55 |
HSV | 257° | 82° | 93° |
CMYK | 0.59 | 0.82 | 0.00 0.07 |
XYZ | 21.1903 | 10.3704 | 81.7737 |
Yxy | 10.3704 | 0.1870 | 0.0915 |
Hunter Lab | 32.2031 | 61.1012 | -128.0136 |
CIE-Lab | 38.4992 | 68.2715 | -87.8306 |
#612aee color RGB value is (97,42,238).
#612aee hex color red value is 97, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #612aee hue: 0.71 , saturation: 0.85 and the lightness value of 612aee is 0.55.
The process color (four color CMYK) of #612aee color hex is 0.59, 0.82, 0.00, 0.07. Web safe color of #612aee is #6633ff. Color #612aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00101010 | 11101110 |
Octal | 141 | 52 | 356 |
Decimal | 97 | 42 | 238 |
Hex | 61 | 2A | EE |
Shades of #612aee
Tints of #612aee
RGB Percentages of Color #612aee
CMYK Percentages of Color #612aee
Complementary Color
#612aee | #b7ee2a |
#612aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#612aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#612aee Color CSS Codes
.mybgcolor {background-color:#612aee; } .myforecolor {color:#612aee; } .mybordercolor {border:3px solid #612aee; }
#612aee Text Font Color
<p style="color:#612aee">Text here</p>
This sample text font color is #612aee
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.
#612aee Background Color
<div style="background-color:#612aee">
Div content here</div>
This div background color is #612aee
#612aee Border Color
<div style="border:3px solid #612aee">
Div here</div>
This div border color is #612aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,42,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #612aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #612aee; -webkit-box-shadow: 1px 1px 3px 2px #612aee; box-shadow: 1px 1px 3px 2px #612aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,42,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 #612aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #612aee; -webkit-box-shadow: 1px 1px 3px 2px #612aee; box-shadow: 1px 1px 3px 2px #612aee;">
Div content here</div>
This div box has shadow with color #612aee
Comments
No comments written yet.
Please login to write comment.