Color spaces of #695fae
RGB | 105 | 95 | 174 |
---|---|---|---|
HSL | 0.69 | 0.33 | 0.53 |
HSV | 248° | 45° | 68° |
CMYK | 0.40 | 0.45 | 0.00 0.32 |
XYZ | 17.5579 | 14.2437 | 41.8683 |
Yxy | 14.2437 | 0.2383 | 0.1933 |
Hunter Lab | 37.7408 | 16.9959 | -39.3556 |
CIE-Lab | 44.5804 | 23.6391 | -40.9869 |
#695fae color RGB value is (105,95,174).
#695fae hex color red value is 105, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #695fae hue: 0.69 , saturation: 0.33 and the lightness value of 695fae is 0.53.
The process color (four color CMYK) of #695fae color hex is 0.40, 0.45, 0.00, 0.32. Web safe color of #695fae is #666699. Color #695fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01011111 | 10101110 |
Octal | 151 | 137 | 256 |
Decimal | 105 | 95 | 174 |
Hex | 69 | 5F | AE |
Shades of #695fae
Tints of #695fae
RGB Percentages of Color #695fae
CMYK Percentages of Color #695fae
Complementary Color
#695fae | #a4ae5f |
#695fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#695fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#695fae Color CSS Codes
.mybgcolor {background-color:#695fae; } .myforecolor {color:#695fae; } .mybordercolor {border:3px solid #695fae; }
#695fae Text Font Color
<p style="color:#695fae">Text here</p>
This sample text font color is #695fae
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.
#695fae Background Color
<div style="background-color:#695fae">
Div content here</div>
This div background color is #695fae
#695fae Border Color
<div style="border:3px solid #695fae">
Div here</div>
This div border color is #695fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,95,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #695fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #695fae; -webkit-box-shadow: 1px 1px 3px 2px #695fae; box-shadow: 1px 1px 3px 2px #695fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,95,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #695fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #695fae; -webkit-box-shadow: 1px 1px 3px 2px #695fae; box-shadow: 1px 1px 3px 2px #695fae;">
Div content here</div>
This div box has shadow with color #695fae
Comments
No comments written yet.
Please login to write comment.