Color spaces of #625fbc
RGB | 98 | 95 | 188 |
---|---|---|---|
HSL | 0.67 | 0.41 | 0.55 |
HSV | 242° | 49° | 74° |
CMYK | 0.48 | 0.49 | 0.00 0.26 |
XYZ | 18.2063 | 14.4119 | 49.3992 |
Yxy | 14.4119 | 0.2220 | 0.1757 |
Hunter Lab | 37.9630 | 19.1698 | -50.5767 |
CIE-Lab | 44.8179 | 26.0783 | -48.8212 |
#625fbc color RGB value is (98,95,188).
#625fbc hex color red value is 98, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #625fbc hue: 0.67 , saturation: 0.41 and the lightness value of 625fbc is 0.55.
The process color (four color CMYK) of #625fbc color hex is 0.48, 0.49, 0.00, 0.26. Web safe color of #625fbc is #6666cc. Color #625fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01011111 | 10111100 |
Octal | 142 | 137 | 274 |
Decimal | 98 | 95 | 188 |
Hex | 62 | 5F | BC |
Shades of #625fbc
Tints of #625fbc
RGB Percentages of Color #625fbc
CMYK Percentages of Color #625fbc
Complementary Color
#625fbc | #b9bc5f |
#625fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#625fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#625fbc Color CSS Codes
.mybgcolor {background-color:#625fbc; } .myforecolor {color:#625fbc; } .mybordercolor {border:3px solid #625fbc; }
#625fbc Text Font Color
<p style="color:#625fbc">Text here</p>
This sample text font color is #625fbc
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.
#625fbc Background Color
<div style="background-color:#625fbc">
Div content here</div>
This div background color is #625fbc
#625fbc Border Color
<div style="border:3px solid #625fbc">
Div here</div>
This div border color is #625fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,95,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #625fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #625fbc; -webkit-box-shadow: 1px 1px 3px 2px #625fbc; box-shadow: 1px 1px 3px 2px #625fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,95,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #625fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #625fbc; -webkit-box-shadow: 1px 1px 3px 2px #625fbc; box-shadow: 1px 1px 3px 2px #625fbc;">
Div content here</div>
This div box has shadow with color #625fbc
Comments
No comments written yet.
Please login to write comment.