Color spaces of #692cad
RGB | 105 | 44 | 173 |
---|---|---|---|
HSL | 0.75 | 0.59 | 0.43 |
HSV | 268° | 75° | 68° |
CMYK | 0.39 | 0.75 | 0.00 0.32 |
XYZ | 14.2692 | 7.8218 | 40.2928 |
Yxy | 7.8218 | 0.2287 | 0.1254 |
Hunter Lab | 27.9675 | 42.1288 | -65.8420 |
CIE-Lab | 33.6090 | 51.9083 | -58.0556 |
#692cad color RGB value is (105,44,173).
#692cad hex color red value is 105, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #692cad hue: 0.75 , saturation: 0.59 and the lightness value of 692cad is 0.43.
The process color (four color CMYK) of #692cad color hex is 0.39, 0.75, 0.00, 0.32. Web safe color of #692cad is #663399. Color #692cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00101100 | 10101101 |
Octal | 151 | 54 | 255 |
Decimal | 105 | 44 | 173 |
Hex | 69 | 2C | AD |
Shades of #692cad
Tints of #692cad
RGB Percentages of Color #692cad
CMYK Percentages of Color #692cad
Complementary Color
#692cad | #70ad2c |
#692cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#692cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#692cad Color CSS Codes
.mybgcolor {background-color:#692cad; } .myforecolor {color:#692cad; } .mybordercolor {border:3px solid #692cad; }
#692cad Text Font Color
<p style="color:#692cad">Text here</p>
This sample text font color is #692cad
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.
#692cad Background Color
<div style="background-color:#692cad">
Div content here</div>
This div background color is #692cad
#692cad Border Color
<div style="border:3px solid #692cad">
Div here</div>
This div border color is #692cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,44,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #692cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #692cad; -webkit-box-shadow: 1px 1px 3px 2px #692cad; box-shadow: 1px 1px 3px 2px #692cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,44,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #692cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #692cad; -webkit-box-shadow: 1px 1px 3px 2px #692cad; box-shadow: 1px 1px 3px 2px #692cad;">
Div content here</div>
This div box has shadow with color #692cad
Comments
No comments written yet.
Please login to write comment.