Color spaces of #692eed
RGB | 105 | 46 | 237 |
---|---|---|---|
HSL | 0.72 | 0.84 | 0.55 |
HSV | 259° | 81° | 93° |
CMYK | 0.56 | 0.81 | 0.00 0.07 |
XYZ | 22.0888 | 11.0717 | 81.0936 |
Yxy | 11.0717 | 0.1933 | 0.0969 |
Hunter Lab | 33.2742 | 60.2661 | -121.2058 |
CIE-Lab | 39.7010 | 67.3172 | -85.2531 |
#692eed color RGB value is (105,46,237).
#692eed hex color red value is 105, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #692eed hue: 0.72 , saturation: 0.84 and the lightness value of 692eed is 0.55.
The process color (four color CMYK) of #692eed color hex is 0.56, 0.81, 0.00, 0.07. Web safe color of #692eed is #6633ff. Color #692eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00101110 | 11101101 |
Octal | 151 | 56 | 355 |
Decimal | 105 | 46 | 237 |
Hex | 69 | 2E | ED |
Shades of #692eed
Tints of #692eed
RGB Percentages of Color #692eed
CMYK Percentages of Color #692eed
Complementary Color
#692eed | #b2ed2e |
#692eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#692eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#692eed Color CSS Codes
.mybgcolor {background-color:#692eed; } .myforecolor {color:#692eed; } .mybordercolor {border:3px solid #692eed; }
#692eed Text Font Color
<p style="color:#692eed">Text here</p>
This sample text font color is #692eed
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.
#692eed Background Color
<div style="background-color:#692eed">
Div content here</div>
This div background color is #692eed
#692eed Border Color
<div style="border:3px solid #692eed">
Div here</div>
This div border color is #692eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,46,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #692eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #692eed; -webkit-box-shadow: 1px 1px 3px 2px #692eed; box-shadow: 1px 1px 3px 2px #692eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,46,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #692eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #692eed; -webkit-box-shadow: 1px 1px 3px 2px #692eed; box-shadow: 1px 1px 3px 2px #692eed;">
Div content here</div>
This div box has shadow with color #692eed
Comments
No comments written yet.
Please login to write comment.