Color spaces of #695dbe
RGB | 105 | 93 | 190 |
---|---|---|---|
HSL | 0.69 | 0.43 | 0.55 |
HSV | 247° | 51° | 75° |
CMYK | 0.45 | 0.51 | 0.00 0.25 |
XYZ | 19.0343 | 14.5497 | 50.5203 |
Yxy | 14.5497 | 0.2263 | 0.1730 |
Hunter Lab | 38.1441 | 22.3213 | -51.8264 |
CIE-Lab | 45.0112 | 29.5502 | -49.6420 |
#695dbe color RGB value is (105,93,190).
#695dbe hex color red value is 105, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #695dbe hue: 0.69 , saturation: 0.43 and the lightness value of 695dbe is 0.55.
The process color (four color CMYK) of #695dbe color hex is 0.45, 0.51, 0.00, 0.25. Web safe color of #695dbe is #6666cc. Color #695dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01011101 | 10111110 |
Octal | 151 | 135 | 276 |
Decimal | 105 | 93 | 190 |
Hex | 69 | 5D | BE |
Shades of #695dbe
Tints of #695dbe
RGB Percentages of Color #695dbe
CMYK Percentages of Color #695dbe
Complementary Color
#695dbe | #b2be5d |
#695dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#695dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#695dbe Color CSS Codes
.mybgcolor {background-color:#695dbe; } .myforecolor {color:#695dbe; } .mybordercolor {border:3px solid #695dbe; }
#695dbe Text Font Color
<p style="color:#695dbe">Text here</p>
This sample text font color is #695dbe
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.
#695dbe Background Color
<div style="background-color:#695dbe">
Div content here</div>
This div background color is #695dbe
#695dbe Border Color
<div style="border:3px solid #695dbe">
Div here</div>
This div border color is #695dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,93,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #695dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #695dbe; -webkit-box-shadow: 1px 1px 3px 2px #695dbe; box-shadow: 1px 1px 3px 2px #695dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,93,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #695dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #695dbe; -webkit-box-shadow: 1px 1px 3px 2px #695dbe; box-shadow: 1px 1px 3px 2px #695dbe;">
Div content here</div>
This div box has shadow with color #695dbe
Comments
No comments written yet.
Please login to write comment.