Color spaces of #675ebe
RGB | 103 | 94 | 190 |
---|---|---|---|
HSL | 0.68 | 0.42 | 0.56 |
HSV | 246° | 51° | 75° |
CMYK | 0.46 | 0.51 | 0.00 0.25 |
XYZ | 18.8905 | 14.6067 | 50.5389 |
Yxy | 14.6067 | 0.2248 | 0.1738 |
Hunter Lab | 38.2187 | 21.3451 | -51.6496 |
CIE-Lab | 45.0907 | 28.4687 | -49.5238 |
#675ebe color RGB value is (103,94,190).
#675ebe hex color red value is 103, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #675ebe hue: 0.68 , saturation: 0.42 and the lightness value of 675ebe is 0.56.
The process color (four color CMYK) of #675ebe color hex is 0.46, 0.51, 0.00, 0.25. Web safe color of #675ebe is #6666cc. Color #675ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01011110 | 10111110 |
Octal | 147 | 136 | 276 |
Decimal | 103 | 94 | 190 |
Hex | 67 | 5E | BE |
Shades of #675ebe
Tints of #675ebe
RGB Percentages of Color #675ebe
CMYK Percentages of Color #675ebe
Complementary Color
#675ebe | #b5be5e |
#675ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#675ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#675ebe Color CSS Codes
.mybgcolor {background-color:#675ebe; } .myforecolor {color:#675ebe; } .mybordercolor {border:3px solid #675ebe; }
#675ebe Text Font Color
<p style="color:#675ebe">Text here</p>
This sample text font color is #675ebe
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.
#675ebe Background Color
<div style="background-color:#675ebe">
Div content here</div>
This div background color is #675ebe
#675ebe Border Color
<div style="border:3px solid #675ebe">
Div here</div>
This div border color is #675ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,94,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #675ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #675ebe; -webkit-box-shadow: 1px 1px 3px 2px #675ebe; box-shadow: 1px 1px 3px 2px #675ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,94,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 #675ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #675ebe; -webkit-box-shadow: 1px 1px 3px 2px #675ebe; box-shadow: 1px 1px 3px 2px #675ebe;">
Div content here</div>
This div box has shadow with color #675ebe
Comments
No comments written yet.
Please login to write comment.