Color spaces of #625cad
RGB | 98 | 92 | 173 |
---|---|---|---|
HSL | 0.68 | 0.33 | 0.52 |
HSV | 244° | 47° | 68° |
CMYK | 0.43 | 0.47 | 0.00 0.32 |
XYZ | 16.4070 | 13.2681 | 41.2314 |
Yxy | 13.2681 | 0.2314 | 0.1871 |
Hunter Lab | 36.4254 | 16.6568 | -41.6150 |
CIE-Lab | 43.1645 | 23.3793 | -42.6870 |
#625cad color RGB value is (98,92,173).
#625cad hex color red value is 98, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #625cad hue: 0.68 , saturation: 0.33 and the lightness value of 625cad is 0.52.
The process color (four color CMYK) of #625cad color hex is 0.43, 0.47, 0.00, 0.32. Web safe color of #625cad is #666699. Color #625cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01011100 | 10101101 |
Octal | 142 | 134 | 255 |
Decimal | 98 | 92 | 173 |
Hex | 62 | 5C | AD |
Shades of #625cad
Tints of #625cad
RGB Percentages of Color #625cad
CMYK Percentages of Color #625cad
Complementary Color
#625cad | #a7ad5c |
#625cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#625cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#625cad Color CSS Codes
.mybgcolor {background-color:#625cad; } .myforecolor {color:#625cad; } .mybordercolor {border:3px solid #625cad; }
#625cad Text Font Color
<p style="color:#625cad">Text here</p>
This sample text font color is #625cad
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.
#625cad Background Color
<div style="background-color:#625cad">
Div content here</div>
This div background color is #625cad
#625cad Border Color
<div style="border:3px solid #625cad">
Div here</div>
This div border color is #625cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,92,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #625cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #625cad; -webkit-box-shadow: 1px 1px 3px 2px #625cad; box-shadow: 1px 1px 3px 2px #625cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,92,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 #625cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #625cad; -webkit-box-shadow: 1px 1px 3px 2px #625cad; box-shadow: 1px 1px 3px 2px #625cad;">
Div content here</div>
This div box has shadow with color #625cad
Comments
No comments written yet.
Please login to write comment.